[PULL 0/5] Monitor patches for 2023-03-02

Markus Armbruster posted 5 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230302070700.2998086-1-armbru@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
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%)
[PULL 0/5] Monitor patches for 2023-03-02
Posted by Markus Armbruster 1 year ago
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


Re: [PULL 0/5] Monitor patches for 2023-03-02
Posted by Peter Maydell 1 year ago
On Thu, 2 Mar 2023 at 07:07, Markus Armbruster <armbru@redhat.com> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM