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

2011-06-28 Thread Avi Kivity
On 06/27/2011 01:23 PM, Jan Kiszka wrote: Analogously to the PIC, we were lacking sync of the PIT user space state to the kernel after reset. Fix it pragmatically, the code will be reworked for upstream anyway. Applied, thanks. -- error compiling committee.c: too many arguments to function --

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

2011-06-27 Thread Jan Kiszka
Analogously to the PIC, we were lacking sync of the PIT user space state to the kernel after reset. Fix it pragmatically, the code will be reworked for upstream anyway. Signed-off-by: Jan Kiszka --- hw/i8254.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/i8254.c