Re: [PATCH 2/3] kvm-unit-tests: do not set level sensitive irq when initializing the PIC

2011-02-27 Thread Avi Kivity
On 02/24/2011 11:48 PM, Anthony Liguori wrote: I'm not sure if this was intentional but the QEMU i8259 does not support this flag. I haven't observed any issues with this but I'll happily admit that I'm not very aware of what I'm doing here. Signed-off-by: Anthony Liguorialigu...@us.ibm.com

[PATCH 2/3] kvm-unit-tests: do not set level sensitive irq when initializing the PIC

2011-02-24 Thread Anthony Liguori
I'm not sure if this was intentional but the QEMU i8259 does not support this flag. I haven't observed any issues with this but I'll happily admit that I'm not very aware of what I'm doing here. Signed-off-by: Anthony Liguori aligu...@us.ibm.com diff --git a/lib/x86/apic.c b/lib/x86/apic.c