]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
kvm: move cpu synchronization code
authorVincent Palatin <vpalatin@chromium.org>
Tue, 10 Jan 2017 10:59:55 +0000 (11:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Jan 2017 21:07:46 +0000 (22:07 +0100)
commitb39466269b9b3c29b0c31c1320aa519f376b750f
tree32d21b76b0ef10c60be0cdcfccb28f228c3ac173
parent8c2b8ebf6ed993d1dc70691a601753f5957b4410
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>
Message-Id: <f5c3cffe8d520011df1c2e5437bb814989b48332.1484045952.git.vpalatin@chromium.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
21 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/kvm.c
target/ppc/mmu-hash64.c
target/ppc/translate_init.c
target/s390x/gdbstub.c