From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PULL 0/5] Monitor patches for 2023-03-02
Date: Thu, 2 Mar 2023 08:06:55 +0100 [thread overview]
Message-ID: <20230302070700.2998086-1-armbru@redhat.com> (raw)
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
next reply other threads:[~2023-03-02 7:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 7:06 Markus Armbruster [this message]
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
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=20230302070700.2998086-1-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=peter.maydell@linaro.org \
--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).