[Qemu-devel] [PULL 0/4] Monitor patches for 2019-08-21

Markus Armbruster posted 4 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test asan failed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190821160803.10026-1-armbru@redhat.com
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Shannon Zhao <shannon.zhaosl@gmail.com>, Guan Xuetao <gxt@mprc.pku.edu.cn>, Peter Maydell <peter.maydell@linaro.org>, David Hildenbrand <david@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eric Auger <eric.auger@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Eduardo Habkost <ehabkost@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Chris Wulff <crwulff@gmail.com>, Anthony Green <green@moxielogic.com>, Stefan Hajnoczi <stefanha@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Jean-Christophe Dubois <jcd@tribudubois.net>, Palmer Dabbelt <palmer@sifive.com>, Michael Walle <michael@walle.cc>, Igor Mammedov <imammedo@redhat.com>, Eric Blake <eblake@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Riku Voipio <riku.voipio@iki.fi>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Max Filippov <jcmvbkbc@gmail.com>, Richard Henderson <rth@twiddle.net>, Artyom Tarasenko <atar4qemu@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Stafford Horne <shorne@gmail.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Marek Vasut <marex@denx.de>, Alistair Francis <alistair@alistair23.me>, Aleksandar Markovic <amarkovic@wavecomp.com>
docs/interop/firmware.json     |  2 +-
qapi/common.json               | 25 ----------------------
qapi/machine.json              | 48 +++++++++++++++++++++++++++++++++++++++++-
qapi/misc.json                 | 23 --------------------
include/exec/cpu-all.h         |  2 +-
include/exec/cpu-defs.h        |  2 +-
include/exec/log.h             |  2 +-
include/hw/boards.h            |  2 +-
include/{qom => hw/core}/cpu.h |  0
include/hw/ppc/openpic.h       |  2 +-
include/sysemu/hw_accel.h      |  2 +-
include/sysemu/kvm.h           |  2 +-
target/alpha/cpu-qom.h         |  2 +-
target/arm/cpu-qom.h           |  2 +-
target/cris/cpu-qom.h          |  2 +-
target/hppa/cpu-qom.h          |  2 +-
target/i386/cpu-qom.h          |  2 +-
target/lm32/cpu-qom.h          |  2 +-
target/m68k/cpu-qom.h          |  2 +-
target/microblaze/cpu-qom.h    |  2 +-
target/mips/cpu-qom.h          |  2 +-
target/moxie/cpu.h             |  2 +-
target/nios2/cpu.h             |  2 +-
target/openrisc/cpu.h          |  2 +-
target/ppc/cpu-qom.h           |  2 +-
target/riscv/cpu.h             |  2 +-
target/s390x/cpu-qom.h         |  2 +-
target/s390x/cpu_models.h      |  2 +-
target/sh4/cpu-qom.h           |  2 +-
target/sparc/cpu-qom.h         |  2 +-
target/tilegx/cpu.h            |  2 +-
target/tricore/cpu-qom.h       |  2 +-
target/unicore32/cpu-qom.h     |  2 +-
target/xtensa/cpu-qom.h        |  2 +-
trace/control-vcpu.h           |  2 +-
accel/tcg/user-exec-stub.c     |  2 +-
arch_init.c                    | 11 ----------
cpus-common.c                  |  2 +-
exec.c                         |  2 +-
hw/acpi/cpu_hotplug.c          |  2 +-
hw/acpi/ich9.c                 |  2 +-
hw/acpi/piix4.c                |  2 +-
hw/arm/smmu-common.c           |  2 +-
hw/arm/virt-acpi-build.c       |  2 +-
{qom => hw/core}/cpu.c         |  2 +-
hw/core/generic-loader.c       |  2 +-
hw/core/machine-qmp-cmds.c     | 10 +++++++++
hw/core/null-machine.c         |  2 +-
hw/core/numa.c                 |  2 +-
hw/cpu/a9mpcore.c              |  2 +-
hw/cpu/cluster.c               |  2 +-
hw/i386/acpi-build.c           |  2 +-
hw/i386/pc.c                   |  2 +-
hw/intc/arm_gic.c              |  2 +-
hw/intc/arm_gicv3_common.c     |  2 +-
hw/isa/lpc_ich9.c              |  2 +-
hw/misc/imx6_src.c             |  2 +-
hw/ppc/spapr.c                 |  2 +-
hw/timer/a9gtimer.c            |  2 +-
hw/timer/arm_mptimer.c         |  2 +-
monitor/hmp-cmds.c             | 19 -----------------
monitor/qmp.c                  |  2 +-
qdev-monitor.c                 | 18 ++++++++++++++++
target/hppa/int_helper.c       |  2 +-
target/hppa/mem_helper.c       |  2 +-
MAINTAINERS                    |  6 ++----
hw/core/Makefile.objs          |  1 +
qom/Makefile.objs              |  1 -
trace-events                   |  2 +-
ui/cocoa.m                     |  2 +-
70 files changed, 137 insertions(+), 143 deletions(-)
rename include/{qom => hw/core}/cpu.h (100%)
rename {qom => hw/core}/cpu.c (99%)
[Qemu-devel] [PULL 0/4] Monitor patches for 2019-08-21
Posted by Markus Armbruster 4 years, 7 months ago
The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2019-08-21

for you to fetch changes up to eb707eac58dfc2d17281f67dde40cab3b8b26cc0:

  monitor/qmp: Update comment for commit 4eaca8de268 (2019-08-21 17:33:38 +0200)

----------------------------------------------------------------
Monitor patches for 2019-08-21

----------------------------------------------------------------
Markus Armbruster (4):
      hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
      qapi: Move query-target from misc.json to machine.json
      qdev: Collect HMP handlers command handlers in qdev-monitor.c
      monitor/qmp: Update comment for commit 4eaca8de268

 docs/interop/firmware.json     |  2 +-
 qapi/common.json               | 25 ----------------------
 qapi/machine.json              | 48 +++++++++++++++++++++++++++++++++++++++++-
 qapi/misc.json                 | 23 --------------------
 include/exec/cpu-all.h         |  2 +-
 include/exec/cpu-defs.h        |  2 +-
 include/exec/log.h             |  2 +-
 include/hw/boards.h            |  2 +-
 include/{qom => hw/core}/cpu.h |  0
 include/hw/ppc/openpic.h       |  2 +-
 include/sysemu/hw_accel.h      |  2 +-
 include/sysemu/kvm.h           |  2 +-
 target/alpha/cpu-qom.h         |  2 +-
 target/arm/cpu-qom.h           |  2 +-
 target/cris/cpu-qom.h          |  2 +-
 target/hppa/cpu-qom.h          |  2 +-
 target/i386/cpu-qom.h          |  2 +-
 target/lm32/cpu-qom.h          |  2 +-
 target/m68k/cpu-qom.h          |  2 +-
 target/microblaze/cpu-qom.h    |  2 +-
 target/mips/cpu-qom.h          |  2 +-
 target/moxie/cpu.h             |  2 +-
 target/nios2/cpu.h             |  2 +-
 target/openrisc/cpu.h          |  2 +-
 target/ppc/cpu-qom.h           |  2 +-
 target/riscv/cpu.h             |  2 +-
 target/s390x/cpu-qom.h         |  2 +-
 target/s390x/cpu_models.h      |  2 +-
 target/sh4/cpu-qom.h           |  2 +-
 target/sparc/cpu-qom.h         |  2 +-
 target/tilegx/cpu.h            |  2 +-
 target/tricore/cpu-qom.h       |  2 +-
 target/unicore32/cpu-qom.h     |  2 +-
 target/xtensa/cpu-qom.h        |  2 +-
 trace/control-vcpu.h           |  2 +-
 accel/tcg/user-exec-stub.c     |  2 +-
 arch_init.c                    | 11 ----------
 cpus-common.c                  |  2 +-
 exec.c                         |  2 +-
 hw/acpi/cpu_hotplug.c          |  2 +-
 hw/acpi/ich9.c                 |  2 +-
 hw/acpi/piix4.c                |  2 +-
 hw/arm/smmu-common.c           |  2 +-
 hw/arm/virt-acpi-build.c       |  2 +-
 {qom => hw/core}/cpu.c         |  2 +-
 hw/core/generic-loader.c       |  2 +-
 hw/core/machine-qmp-cmds.c     | 10 +++++++++
 hw/core/null-machine.c         |  2 +-
 hw/core/numa.c                 |  2 +-
 hw/cpu/a9mpcore.c              |  2 +-
 hw/cpu/cluster.c               |  2 +-
 hw/i386/acpi-build.c           |  2 +-
 hw/i386/pc.c                   |  2 +-
 hw/intc/arm_gic.c              |  2 +-
 hw/intc/arm_gicv3_common.c     |  2 +-
 hw/isa/lpc_ich9.c              |  2 +-
 hw/misc/imx6_src.c             |  2 +-
 hw/ppc/spapr.c                 |  2 +-
 hw/timer/a9gtimer.c            |  2 +-
 hw/timer/arm_mptimer.c         |  2 +-
 monitor/hmp-cmds.c             | 19 -----------------
 monitor/qmp.c                  |  2 +-
 qdev-monitor.c                 | 18 ++++++++++++++++
 target/hppa/int_helper.c       |  2 +-
 target/hppa/mem_helper.c       |  2 +-
 MAINTAINERS                    |  6 ++----
 hw/core/Makefile.objs          |  1 +
 qom/Makefile.objs              |  1 -
 trace-events                   |  2 +-
 ui/cocoa.m                     |  2 +-
 70 files changed, 137 insertions(+), 143 deletions(-)
 rename include/{qom => hw/core}/cpu.h (100%)
 rename {qom => hw/core}/cpu.c (99%)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/4] Monitor patches for 2019-08-21
Posted by Peter Maydell 4 years, 7 months ago
On Wed, 21 Aug 2019 at 17:11, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2019-08-21
>
> for you to fetch changes up to eb707eac58dfc2d17281f67dde40cab3b8b26cc0:
>
>   monitor/qmp: Update comment for commit 4eaca8de268 (2019-08-21 17:33:38 +0200)
>
> ----------------------------------------------------------------
> Monitor patches for 2019-08-21
>
> ----------------------------------------------------------------
> Markus Armbruster (4):
>       hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
>       qapi: Move query-target from misc.json to machine.json
>       qdev: Collect HMP handlers command handlers in qdev-monitor.c
>       monitor/qmp: Update comment for commit 4eaca8de268
>


Applied, thanks.

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

-- PMM