Re: [PATCH] qemu-kvm: Fix in-kernel PIC reset

2011-06-28 Thread Avi Kivity
On 06/27/2011 01:22 PM, Jan Kiszka wrote: Lacking sync of the user space state to the kernel after system reset left the PIC behind in an undefined state. This broke IRQ delivery in some scenarios, e.g. when resetting while in the BIOS. Applied, thanks. -- error compiling committee.c: too

[PATCH] qemu-kvm: Fix in-kernel PIC reset

2011-06-27 Thread Jan Kiszka
Lacking sync of the user space state to the kernel after system reset left the PIC behind in an undefined state. This broke IRQ delivery in some scenarios, e.g. when resetting while in the BIOS. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- hw/i8259.c |7 ++- 1 files changed, 6