qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Monitor patches for 2023-03-02
@ 2023-03-02  7:06 Markus Armbruster
  2023-03-02  7:06 ` [PULL 1/5] readline: fix hmp completion issue Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Markus Armbruster @ 2023-03-02  7:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

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



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

end of thread, other threads:[~2023-03-02 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02  7:06 [PULL 0/5] Monitor patches for 2023-03-02 Markus Armbruster
2023-03-02  7:06 ` [PULL 1/5] readline: fix hmp completion issue Markus Armbruster
2023-03-02  7:06 ` [PULL 2/5] target/arm: Restrict 'qapi-commands-machine.h' to system emulation Markus Armbruster
2023-03-02  7:06 ` [PULL 3/5] target/i386: " Markus Armbruster
2023-03-02  7:06 ` [PULL 4/5] target/loongarch: " Markus Armbruster
2023-03-02  7:07 ` [PULL 5/5] target/ppc: " Markus Armbruster
2023-03-02 13:01 ` [PULL 0/5] Monitor patches for 2023-03-02 Peter Maydell

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