Re: [kvm-devel] [PATCH] KVM: fix PIC interrupt delivery on different APIC conditions

2007-09-17 Thread Avi Kivity
He, Qing wrote: > This patch changes the PIC interrupts delivery. Now it is only deliverd > to vcpu0 when either condition is met (on vcpu0): > 1. local APIC is hardware disabled > 2. LVT0 is unmasked and configured to delivery mode ExtInt > > It fixes the 2x faster wall clock on x86_64 and SMP

[kvm-devel] [PATCH] KVM: fix PIC interrupt delivery on different APIC conditions

2007-09-17 Thread He, Qing
This patch changes the PIC interrupts delivery. Now it is only deliverd to vcpu0 when either condition is met (on vcpu0): 1. local APIC is hardware disabled 2. LVT0 is unmasked and configured to delivery mode ExtInt It fixes the 2x faster wall clock on x86_64 and SMP i386 Linux guests Signed