The following changes since commit 627634031092e1514f363fd8659a579398de0f0e:
Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu into staging (2023-02-28 15:09:18 +0000) are available in the Git repository at: https://repo.or.cz/qemu/armbru.git tags/pull-monitor-2023-03-02 for you to fetch changes up to 0f3fea217164e3925db91d46f21fc9fa11708e66: target/ppc: Restrict 'qapi-commands-machine.h' to system emulation (2023-03-02 07:51:33 +0100) ---------------------------------------------------------------- Monitor patches for 2023-03-02 ---------------------------------------------------------------- Dongli Zhang (1): readline: fix hmp completion issue Philippe Mathieu-Daudé (4): target/arm: Restrict 'qapi-commands-machine.h' to system emulation target/i386: Restrict 'qapi-commands-machine.h' to system emulation target/loongarch: Restrict 'qapi-commands-machine.h' to system emulation target/ppc: Restrict 'qapi-commands-machine.h' to system emulation target/ppc/cpu-qom.h | 2 + monitor/hmp.c | 8 +--- target/arm/{monitor.c => arm-qmp-cmds.c} | 28 ++++++++++++ target/arm/helper.c | 29 ------------- target/i386/cpu.c | 74 +++++++++++++++++--------------- target/loongarch/cpu.c | 27 ------------ target/loongarch/loongarch-qmp-cmds.c | 37 ++++++++++++++++ target/ppc/cpu_init.c | 48 +-------------------- target/ppc/{monitor.c => ppc-qmp-cmds.c} | 50 ++++++++++++++++++++- target/arm/meson.build | 2 +- target/loongarch/meson.build | 1 + target/ppc/meson.build | 2 +- 12 files changed, 161 insertions(+), 147 deletions(-) rename target/arm/{monitor.c => arm-qmp-cmds.c} (90%) create mode 100644 target/loongarch/loongarch-qmp-cmds.c rename target/ppc/{monitor.c => ppc-qmp-cmds.c} (78%) -- 2.39.0
