Re: [Qemu-devel] [PATCH 1/3] kvm: move cpu synchronization code

2016-11-08 Thread Paolo Bonzini
On 08/11/2016 16:39, Vincent Palatin wrote: > Move the generic cpu_synchronize_ functions to the common hw_accel.h header, > in order to prepare for the addition of a second hardware accelerator. > > Signed-off-by: Vincent Palatin > --- > cpus.c| 1 + > gdbstub.c

[Qemu-devel] [PATCH 1/3] kvm: move cpu synchronization code

2016-11-08 Thread Vincent Palatin
Move the generic cpu_synchronize_ functions to the common hw_accel.h header, in order to prepare for the addition of a second hardware accelerator. Signed-off-by: Vincent Palatin --- cpus.c| 1 + gdbstub.c | 1 + hw/i386/kvm/apic.c| 1 + hw/i386/kvm