Re: [Qemu-devel] [PATCH] kvmvapic: fix migration

2014-09-22 Thread Paolo Bonzini
Il 22/09/2014 14:14, Pavel Dovgalyuk ha scritto: > This patch fixes migration by extending do_vapic_enable function. This > function > called vapic_enable which read cpu number from the guest memory. When cpu > number could not be read, vapic was not enabled while loading the VM state. > This patc

[Qemu-devel] [PATCH] kvmvapic: fix migration

2014-09-22 Thread Pavel Dovgalyuk
This patch fixes migration by extending do_vapic_enable function. This function called vapic_enable which read cpu number from the guest memory. When cpu number could not be read, vapic was not enabled while loading the VM state. This patch adds required code for cpu_number=0 to do_vapic_enable fun