Re: [Qemu-devel] [PATCH uq/master] apic: Fix legacy vmstate loading for KVM

2012-02-08 Thread Marcelo Tosatti
On Sun, Feb 05, 2012 at 12:45:20PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Also in case of loading pre-vmstate machines, we also need to open-code > the reading of the timer expires value and instead call the post_load > callback to apply it (or not). This fixes loading of legacy states i

[Qemu-devel] [PATCH uq/master] apic: Fix legacy vmstate loading for KVM

2012-02-05 Thread Jan Kiszka
From: Jan Kiszka Also in case of loading pre-vmstate machines, we also need to open-code the reading of the timer expires value and instead call the post_load callback to apply it (or not). This fixes loading of legacy states into the KVM APIC. Reported-by: Paolo Bonzini Signed-off-by: Jan Kisz