From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: ehabkost@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Move some machine core code to proper places
Date: Tue, 9 Jul 2019 17:20:51 +0200 [thread overview]
Message-ID: <20190709152053.16670-1-armbru@redhat.com> (raw)
This is a follow-up to my "Move QOM, qdev, machine core and dump code"
series, merged in commit 374f63f6810.
Markus Armbruster (2):
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
qapi: Move query-target from misc.json to machine.json
MAINTAINERS | 6 ++---
accel/tcg/user-exec-stub.c | 2 +-
arch_init.c | 11 --------
cpus-common.c | 2 +-
docs/interop/firmware.json | 2 +-
hw/acpi/cpu_hotplug.c | 2 +-
hw/acpi/piix4.c | 2 +-
hw/arm/smmu-common.c | 2 +-
hw/arm/virt-acpi-build.c | 2 +-
hw/core/Makefile.objs | 1 +
{qom => hw/core}/cpu.c | 2 +-
hw/core/generic-loader.c | 2 +-
hw/core/machine-qmp-cmds.c | 10 +++++++
hw/core/null-machine.c | 2 +-
hw/cpu/a9mpcore.c | 2 +-
hw/cpu/cluster.c | 2 +-
hw/i386/acpi-build.c | 2 +-
hw/i386/pc.c | 2 +-
hw/intc/arm_gic.c | 2 +-
hw/intc/arm_gicv3_common.c | 2 +-
hw/isa/lpc_ich9.c | 2 +-
hw/misc/imx6_src.c | 2 +-
hw/ppc/spapr.c | 2 +-
hw/timer/a9gtimer.c | 2 +-
hw/timer/arm_mptimer.c | 2 +-
include/exec/cpu-all.h | 2 +-
include/exec/cpu-defs.h | 2 +-
include/exec/log.h | 2 +-
include/hw/boards.h | 2 +-
include/{qom => hw/core}/cpu.h | 0
include/hw/ppc/openpic.h | 2 +-
include/sysemu/hw_accel.h | 2 +-
include/sysemu/kvm.h | 2 +-
qapi/common.json | 25 ------------------
qapi/machine.json | 48 +++++++++++++++++++++++++++++++++-
qapi/misc.json | 23 ----------------
qom/Makefile.objs | 1 -
target/alpha/cpu-qom.h | 2 +-
target/arm/cpu-qom.h | 2 +-
target/cris/cpu-qom.h | 2 +-
target/hppa/cpu-qom.h | 2 +-
target/hppa/int_helper.c | 2 +-
target/hppa/mem_helper.c | 2 +-
target/i386/cpu-qom.h | 2 +-
target/lm32/cpu-qom.h | 2 +-
target/m68k/cpu-qom.h | 2 +-
target/microblaze/cpu-qom.h | 2 +-
target/mips/cpu-qom.h | 2 +-
target/moxie/cpu.h | 2 +-
target/nios2/cpu.h | 2 +-
target/openrisc/cpu.h | 2 +-
target/ppc/cpu-qom.h | 2 +-
target/riscv/cpu.h | 2 +-
target/s390x/cpu-qom.h | 2 +-
target/s390x/cpu_models.h | 2 +-
target/sh4/cpu-qom.h | 2 +-
target/sparc/cpu-qom.h | 2 +-
target/tilegx/cpu.h | 2 +-
target/tricore/cpu-qom.h | 2 +-
target/unicore32/cpu-qom.h | 2 +-
target/xtensa/cpu-qom.h | 2 +-
trace/control-internal.h | 2 +-
ui/cocoa.m | 2 +-
63 files changed, 114 insertions(+), 119 deletions(-)
rename {qom => hw/core}/cpu.c (99%)
rename include/{qom => hw/core}/cpu.h (100%)
--
2.21.0
next reply other threads:[~2019-07-09 15:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-09 15:20 Markus Armbruster [this message]
2019-07-09 15:20 ` [Qemu-devel] [PATCH 1/2] hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ Markus Armbruster
2019-07-09 15:47 ` Philippe Mathieu-Daudé
2019-07-09 15:20 ` [Qemu-devel] [PATCH 2/2] qapi: Move query-target from misc.json to machine.json Markus Armbruster
2019-08-12 14:10 ` [Qemu-devel] [PATCH 0/2] Move some machine core code to proper places Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190709152053.16670-1-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).