kvm: move cpu synchronization code
commitf5c3cffe8d520011df1c2e5437bb814989b48332
authorVincent Palatin <vpalatin@chromium.org>
Mon, 7 Nov 2016 14:10:38 +0000 (7 15:10 +0100)
committerVincent Palatin <vpalatin@chromium.org>
Tue, 10 Jan 2017 10:25:30 +0000 (10 11:25 +0100)
tree4c1fdd2faad95df8486ab3335ef6562eefbdd72f
parent23d10cea1e86da728be7cb1f8dcf3077f323cb53
kvm: move cpu synchronization code

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: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
20 files changed:
cpus.c
gdbstub.c
hw/i386/kvm/apic.c
hw/i386/kvmvapic.c
hw/misc/vmport.c
hw/ppc/pnv_xscom.c
hw/ppc/ppce500_spin.c
hw/ppc/spapr.c
hw/ppc/spapr_hcall.c
hw/s390x/s390-pci-inst.c
include/sysemu/hw_accel.h [new file with mode: 0644]
include/sysemu/kvm.h
monitor.c
qom/cpu.c
target/arm/cpu.c
target/i386/helper.c
target/i386/kvm.c
target/ppc/mmu-hash64.c
target/ppc/translate_init.c
target/s390x/gdbstub.c