]> git.proxmox.com Git - mirror_qemu.git/commit
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 Jul 2019 15:20:52 +0000 (17:20 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 21 Aug 2019 11:24:01 +0000 (13:24 +0200)
commit2e5b09fd0e766434962327db4678ce1cda0c7241
tree1c2e0a2e81925cbde794a98194f3683044660dd6
parent17dc57990320edaad52ac9ea808be9719c91cea6
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190709152053.16670-2-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[Rebased onto merge commit 95a9457fd44; missed instances of qom/cpu.h
in comments replaced]
63 files changed:
MAINTAINERS
accel/tcg/user-exec-stub.c
cpus-common.c
exec.c
hw/acpi/cpu_hotplug.c
hw/acpi/ich9.c
hw/acpi/piix4.c
hw/arm/smmu-common.c
hw/arm/virt-acpi-build.c
hw/core/Makefile.objs
hw/core/cpu.c [new file with mode: 0644]
hw/core/generic-loader.c
hw/core/null-machine.c
hw/core/numa.c
hw/cpu/a9mpcore.c
hw/cpu/cluster.c
hw/i386/acpi-build.c
hw/i386/pc.c
hw/intc/arm_gic.c
hw/intc/arm_gicv3_common.c
hw/isa/lpc_ich9.c
hw/misc/imx6_src.c
hw/ppc/spapr.c
hw/timer/a9gtimer.c
hw/timer/arm_mptimer.c
include/exec/cpu-all.h
include/exec/cpu-defs.h
include/exec/log.h
include/hw/boards.h
include/hw/core/cpu.h [new file with mode: 0644]
include/hw/ppc/openpic.h
include/qom/cpu.h [deleted file]
include/sysemu/hw_accel.h
include/sysemu/kvm.h
qom/Makefile.objs
qom/cpu.c [deleted file]
target/alpha/cpu-qom.h
target/arm/cpu-qom.h
target/cris/cpu-qom.h
target/hppa/cpu-qom.h
target/hppa/int_helper.c
target/hppa/mem_helper.c
target/i386/cpu-qom.h
target/lm32/cpu-qom.h
target/m68k/cpu-qom.h
target/microblaze/cpu-qom.h
target/mips/cpu-qom.h
target/moxie/cpu.h
target/nios2/cpu.h
target/openrisc/cpu.h
target/ppc/cpu-qom.h
target/riscv/cpu.h
target/s390x/cpu-qom.h
target/s390x/cpu_models.h
target/sh4/cpu-qom.h
target/sparc/cpu-qom.h
target/tilegx/cpu.h
target/tricore/cpu-qom.h
target/unicore32/cpu-qom.h
target/xtensa/cpu-qom.h
trace-events
trace/control-vcpu.h
ui/cocoa.m