qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
@ 2022-12-20 11:03 Philippe Mathieu-Daudé
  2022-12-20 11:03 ` [PATCH v2 1/5] target/arm: " Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-20 11:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Xiaojuan Yang, Daniel Henrique Barboza,
	Philippe Mathieu-Daudé, Greg Kurz, Cédric Le Goater,
	qemu-ppc, Peter Maydell, Aurelien Jarno, Song Gao, Jiaxun Yang,
	David Gibson, Huacai Chen, Aleksandar Rikalo, qemu-arm,
	Markus Armbruster

All series reviewed, can patches be picked by corresponding
maintainers?

The "qapi-commands-machine.h" header is not generated in user-only
emulation. This series removes its use in user-emu code by moving
the QMP code depending on this header into a separate sysemu unit.

Since v1:
- renamed cpu-monitor.c -> monitor.c on loongarch

Philippe Mathieu-Daude (1):
  target/i386: Restrict 'qapi-commands-machine.h' to system emulation

Philippe Mathieu-Daudé (4):
  target/arm: Restrict 'qapi-commands-machine.h' to system emulation
  target/loongarch: Restrict 'qapi-commands-machine.h' to system
    emulation
  target/mips: Restrict 'qapi-commands-machine.h' to system emulation
  target/ppc: Restrict 'qapi-commands-machine.h' to system emulation

 target/arm/helper.c            | 29 -------------
 target/arm/m_helper.c          |  1 -
 target/arm/monitor.c           | 28 +++++++++++++
 target/i386/cpu.c              | 74 ++++++++++++++++++----------------
 target/loongarch/cpu.c         | 27 -------------
 target/loongarch/meson.build   |  1 +
 target/loongarch/monitor.c     | 37 +++++++++++++++++
 target/mips/cpu.c              | 29 -------------
 target/mips/sysemu/meson.build |  1 +
 target/mips/sysemu/monitor.c   | 39 ++++++++++++++++++
 target/ppc/cpu-qom.h           |  2 +
 target/ppc/cpu_init.c          | 48 +---------------------
 target/ppc/monitor.c           | 50 ++++++++++++++++++++++-
 13 files changed, 197 insertions(+), 169 deletions(-)
 create mode 100644 target/loongarch/monitor.c
 create mode 100644 target/mips/sysemu/monitor.c

-- 
2.38.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-20 11:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 11:03 [PATCH v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation Philippe Mathieu-Daudé
2022-12-20 11:03 ` [PATCH v2 1/5] target/arm: " Philippe Mathieu-Daudé
2022-12-20 11:03 ` [PATCH v2 2/5] target/i386: " Philippe Mathieu-Daudé
2022-12-20 11:03 ` [PATCH v2 3/5] target/loongarch: " Philippe Mathieu-Daudé
2022-12-20 11:03 ` [PATCH v2 4/5] target/mips: " Philippe Mathieu-Daudé
2022-12-20 11:03 ` [PATCH v2 5/5] target/ppc: " Philippe Mathieu-Daudé

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).