[Qemu-devel] [PULL 0/9] QAPI patches for 2017-05-23

Markus Armbruster posted 9 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1495542638-12335-1-git-send-email-armbru@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/acpi/core.c              |  4 +--
hw/arm/highbank.c           |  4 +--
hw/arm/integratorcp.c       |  2 +-
hw/arm/musicpal.c           |  2 +-
hw/arm/omap1.c              | 10 ++++---
hw/arm/omap2.c              |  2 +-
hw/arm/spitz.c              |  2 +-
hw/arm/stellaris.c          |  2 +-
hw/arm/tosa.c               |  2 +-
hw/i386/pc.c                |  2 +-
hw/i386/xen/xen-hvm.c       |  9 ++++--
hw/input/pckbd.c            |  4 +--
hw/ipmi/ipmi.c              |  4 +--
hw/isa/lpc_ich9.c           |  2 +-
hw/mips/boston.c            |  2 +-
hw/mips/mips_malta.c        |  2 +-
hw/mips/mips_r4k.c          |  4 +--
hw/misc/arm_sysctl.c        |  8 +++---
hw/misc/cbus.c              |  2 +-
hw/misc/macio/cuda.c        |  4 +--
hw/misc/slavio_misc.c       |  4 +--
hw/misc/zynq_slcr.c         |  2 +-
hw/pci-host/apb.c           |  4 +--
hw/pci-host/bonito.c        |  2 +-
hw/pci-host/piix.c          |  2 +-
hw/ppc/e500.c               |  2 +-
hw/ppc/mpc8544_guts.c       |  2 +-
hw/ppc/ppc.c                |  2 +-
hw/ppc/ppc405_uc.c          |  2 +-
hw/ppc/spapr_hcall.c        |  2 +-
hw/ppc/spapr_rtas.c         |  4 +--
hw/s390x/ipl.c              |  2 +-
hw/sh4/r2d.c                |  2 +-
hw/timer/etraxfs_timer.c    |  2 +-
hw/timer/m48t59.c           |  4 +--
hw/timer/milkymist-sysctl.c |  4 +--
hw/timer/pxa2xx_timer.c     |  2 +-
hw/watchdog/watchdog.c      |  2 +-
hw/xenpv/xen_domainbuild.c  |  2 +-
hw/xtensa/xtfpga.c          |  2 +-
include/sysemu/replay.h     |  3 +-
include/sysemu/sysemu.h     | 32 ++++++++++++++++-----
kvm-all.c                   |  6 ++--
migration/colo.c            |  2 +-
migration/savevm.c          |  2 +-
os-win32.c                  |  2 +-
qapi-schema.json            |  2 --
qapi/event.json             | 17 ++++++++---
qemu-img.c                  |  7 ++---
qemu-io.c                   |  2 +-
qmp.c                       |  4 +--
replay/replay-internal.h    |  3 +-
replay/replay.c             |  9 +++---
scripts/qmp/qom-set         |  2 +-
target/alpha/sys_helper.c   |  4 +--
target/arm/psci.c           |  4 +--
target/i386/excp_helper.c   |  2 +-
target/i386/hax-all.c       |  6 ++--
target/i386/helper.c        |  2 +-
target/i386/kvm.c           |  2 +-
target/s390x/helper.c       |  2 +-
target/s390x/kvm.c          |  4 +--
target/s390x/misc_helper.c  |  4 +--
target/sparc/int32_helper.c |  2 +-
tests/qemu-iotests/071.out  |  4 +--
tests/qemu-iotests/081.out  |  2 +-
tests/qemu-iotests/087.out  | 12 ++++----
tests/qemu-iotests/094.out  |  2 +-
tests/qemu-iotests/117.out  |  2 +-
tests/qemu-iotests/119.out  |  2 +-
tests/qemu-iotests/120.out  |  2 +-
tests/qemu-iotests/140.out  |  2 +-
tests/qemu-iotests/143.out  |  2 +-
tests/qemu-iotests/156.out  |  2 +-
trace-events                |  2 +-
ui/cocoa.m                  |  2 +-
ui/sdl.c                    |  2 +-
ui/sdl2.c                   |  4 +--
util/qemu-sockets.c         |  4 ++-
vl.c                        | 69 ++++++++++++++++++++++++++-------------------
80 files changed, 204 insertions(+), 159 deletions(-)
[Qemu-devel] [PULL 0/9] QAPI patches for 2017-05-23
Posted by Markus Armbruster 6 years, 11 months ago
The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:

  Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36:15 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-05-23

for you to fetch changes up to 8c1bc1e9d770e7576fc272424dd48eb008ebff39:

  qapi-schema: Remove obsolete note from ObjectTypeInfo (2017-05-23 13:28:17 +0200)

----------------------------------------------------------------
QAPI patches for 2017-05-23

----------------------------------------------------------------
Eduardo Habkost (1):
      qapi-schema: Remove obsolete note from ObjectTypeInfo

Eric Blake (6):
      shutdown: Simplify shutdown_signal
      shutdown: Prepare for use of an enum in reset/shutdown_request
      shutdown: Preserve shutdown cause through replay
      shutdown: Add source information to SHUTDOWN and RESET
      shutdown: Expose bool cause in SHUTDOWN and RESET events
      block: Use QDict helpers for --force-share

Greg Kurz (1):
      scripts/qmp/qom-set: fix the value argument passed to srv.command()

Markus Armbruster (1):
      sockets: Plug memory leak in socket_address_flatten()

 hw/acpi/core.c              |  4 +--
 hw/arm/highbank.c           |  4 +--
 hw/arm/integratorcp.c       |  2 +-
 hw/arm/musicpal.c           |  2 +-
 hw/arm/omap1.c              | 10 ++++---
 hw/arm/omap2.c              |  2 +-
 hw/arm/spitz.c              |  2 +-
 hw/arm/stellaris.c          |  2 +-
 hw/arm/tosa.c               |  2 +-
 hw/i386/pc.c                |  2 +-
 hw/i386/xen/xen-hvm.c       |  9 ++++--
 hw/input/pckbd.c            |  4 +--
 hw/ipmi/ipmi.c              |  4 +--
 hw/isa/lpc_ich9.c           |  2 +-
 hw/mips/boston.c            |  2 +-
 hw/mips/mips_malta.c        |  2 +-
 hw/mips/mips_r4k.c          |  4 +--
 hw/misc/arm_sysctl.c        |  8 +++---
 hw/misc/cbus.c              |  2 +-
 hw/misc/macio/cuda.c        |  4 +--
 hw/misc/slavio_misc.c       |  4 +--
 hw/misc/zynq_slcr.c         |  2 +-
 hw/pci-host/apb.c           |  4 +--
 hw/pci-host/bonito.c        |  2 +-
 hw/pci-host/piix.c          |  2 +-
 hw/ppc/e500.c               |  2 +-
 hw/ppc/mpc8544_guts.c       |  2 +-
 hw/ppc/ppc.c                |  2 +-
 hw/ppc/ppc405_uc.c          |  2 +-
 hw/ppc/spapr_hcall.c        |  2 +-
 hw/ppc/spapr_rtas.c         |  4 +--
 hw/s390x/ipl.c              |  2 +-
 hw/sh4/r2d.c                |  2 +-
 hw/timer/etraxfs_timer.c    |  2 +-
 hw/timer/m48t59.c           |  4 +--
 hw/timer/milkymist-sysctl.c |  4 +--
 hw/timer/pxa2xx_timer.c     |  2 +-
 hw/watchdog/watchdog.c      |  2 +-
 hw/xenpv/xen_domainbuild.c  |  2 +-
 hw/xtensa/xtfpga.c          |  2 +-
 include/sysemu/replay.h     |  3 +-
 include/sysemu/sysemu.h     | 32 ++++++++++++++++-----
 kvm-all.c                   |  6 ++--
 migration/colo.c            |  2 +-
 migration/savevm.c          |  2 +-
 os-win32.c                  |  2 +-
 qapi-schema.json            |  2 --
 qapi/event.json             | 17 ++++++++---
 qemu-img.c                  |  7 ++---
 qemu-io.c                   |  2 +-
 qmp.c                       |  4 +--
 replay/replay-internal.h    |  3 +-
 replay/replay.c             |  9 +++---
 scripts/qmp/qom-set         |  2 +-
 target/alpha/sys_helper.c   |  4 +--
 target/arm/psci.c           |  4 +--
 target/i386/excp_helper.c   |  2 +-
 target/i386/hax-all.c       |  6 ++--
 target/i386/helper.c        |  2 +-
 target/i386/kvm.c           |  2 +-
 target/s390x/helper.c       |  2 +-
 target/s390x/kvm.c          |  4 +--
 target/s390x/misc_helper.c  |  4 +--
 target/sparc/int32_helper.c |  2 +-
 tests/qemu-iotests/071.out  |  4 +--
 tests/qemu-iotests/081.out  |  2 +-
 tests/qemu-iotests/087.out  | 12 ++++----
 tests/qemu-iotests/094.out  |  2 +-
 tests/qemu-iotests/117.out  |  2 +-
 tests/qemu-iotests/119.out  |  2 +-
 tests/qemu-iotests/120.out  |  2 +-
 tests/qemu-iotests/140.out  |  2 +-
 tests/qemu-iotests/143.out  |  2 +-
 tests/qemu-iotests/156.out  |  2 +-
 trace-events                |  2 +-
 ui/cocoa.m                  |  2 +-
 ui/sdl.c                    |  2 +-
 ui/sdl2.c                   |  4 +--
 util/qemu-sockets.c         |  4 ++-
 vl.c                        | 69 ++++++++++++++++++++++++++-------------------
 80 files changed, 204 insertions(+), 159 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PULL 0/9] QAPI patches for 2017-05-23
Posted by Stefan Hajnoczi 6 years, 10 months ago
On Tue, May 23, 2017 at 02:30:29PM +0200, Markus Armbruster wrote:
> The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:
> 
>   Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36:15 +0100)
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-05-23
> 
> for you to fetch changes up to 8c1bc1e9d770e7576fc272424dd48eb008ebff39:
> 
>   qapi-schema: Remove obsolete note from ObjectTypeInfo (2017-05-23 13:28:17 +0200)
> 
> ----------------------------------------------------------------
> QAPI patches for 2017-05-23
> 
> ----------------------------------------------------------------
> Eduardo Habkost (1):
>       qapi-schema: Remove obsolete note from ObjectTypeInfo
> 
> Eric Blake (6):
>       shutdown: Simplify shutdown_signal
>       shutdown: Prepare for use of an enum in reset/shutdown_request
>       shutdown: Preserve shutdown cause through replay
>       shutdown: Add source information to SHUTDOWN and RESET
>       shutdown: Expose bool cause in SHUTDOWN and RESET events
>       block: Use QDict helpers for --force-share
> 
> Greg Kurz (1):
>       scripts/qmp/qom-set: fix the value argument passed to srv.command()
> 
> Markus Armbruster (1):
>       sockets: Plug memory leak in socket_address_flatten()
> 
>  hw/acpi/core.c              |  4 +--
>  hw/arm/highbank.c           |  4 +--
>  hw/arm/integratorcp.c       |  2 +-
>  hw/arm/musicpal.c           |  2 +-
>  hw/arm/omap1.c              | 10 ++++---
>  hw/arm/omap2.c              |  2 +-
>  hw/arm/spitz.c              |  2 +-
>  hw/arm/stellaris.c          |  2 +-
>  hw/arm/tosa.c               |  2 +-
>  hw/i386/pc.c                |  2 +-
>  hw/i386/xen/xen-hvm.c       |  9 ++++--
>  hw/input/pckbd.c            |  4 +--
>  hw/ipmi/ipmi.c              |  4 +--
>  hw/isa/lpc_ich9.c           |  2 +-
>  hw/mips/boston.c            |  2 +-
>  hw/mips/mips_malta.c        |  2 +-
>  hw/mips/mips_r4k.c          |  4 +--
>  hw/misc/arm_sysctl.c        |  8 +++---
>  hw/misc/cbus.c              |  2 +-
>  hw/misc/macio/cuda.c        |  4 +--
>  hw/misc/slavio_misc.c       |  4 +--
>  hw/misc/zynq_slcr.c         |  2 +-
>  hw/pci-host/apb.c           |  4 +--
>  hw/pci-host/bonito.c        |  2 +-
>  hw/pci-host/piix.c          |  2 +-
>  hw/ppc/e500.c               |  2 +-
>  hw/ppc/mpc8544_guts.c       |  2 +-
>  hw/ppc/ppc.c                |  2 +-
>  hw/ppc/ppc405_uc.c          |  2 +-
>  hw/ppc/spapr_hcall.c        |  2 +-
>  hw/ppc/spapr_rtas.c         |  4 +--
>  hw/s390x/ipl.c              |  2 +-
>  hw/sh4/r2d.c                |  2 +-
>  hw/timer/etraxfs_timer.c    |  2 +-
>  hw/timer/m48t59.c           |  4 +--
>  hw/timer/milkymist-sysctl.c |  4 +--
>  hw/timer/pxa2xx_timer.c     |  2 +-
>  hw/watchdog/watchdog.c      |  2 +-
>  hw/xenpv/xen_domainbuild.c  |  2 +-
>  hw/xtensa/xtfpga.c          |  2 +-
>  include/sysemu/replay.h     |  3 +-
>  include/sysemu/sysemu.h     | 32 ++++++++++++++++-----
>  kvm-all.c                   |  6 ++--
>  migration/colo.c            |  2 +-
>  migration/savevm.c          |  2 +-
>  os-win32.c                  |  2 +-
>  qapi-schema.json            |  2 --
>  qapi/event.json             | 17 ++++++++---
>  qemu-img.c                  |  7 ++---
>  qemu-io.c                   |  2 +-
>  qmp.c                       |  4 +--
>  replay/replay-internal.h    |  3 +-
>  replay/replay.c             |  9 +++---
>  scripts/qmp/qom-set         |  2 +-
>  target/alpha/sys_helper.c   |  4 +--
>  target/arm/psci.c           |  4 +--
>  target/i386/excp_helper.c   |  2 +-
>  target/i386/hax-all.c       |  6 ++--
>  target/i386/helper.c        |  2 +-
>  target/i386/kvm.c           |  2 +-
>  target/s390x/helper.c       |  2 +-
>  target/s390x/kvm.c          |  4 +--
>  target/s390x/misc_helper.c  |  4 +--
>  target/sparc/int32_helper.c |  2 +-
>  tests/qemu-iotests/071.out  |  4 +--
>  tests/qemu-iotests/081.out  |  2 +-
>  tests/qemu-iotests/087.out  | 12 ++++----
>  tests/qemu-iotests/094.out  |  2 +-
>  tests/qemu-iotests/117.out  |  2 +-
>  tests/qemu-iotests/119.out  |  2 +-
>  tests/qemu-iotests/120.out  |  2 +-
>  tests/qemu-iotests/140.out  |  2 +-
>  tests/qemu-iotests/143.out  |  2 +-
>  tests/qemu-iotests/156.out  |  2 +-
>  trace-events                |  2 +-
>  ui/cocoa.m                  |  2 +-
>  ui/sdl.c                    |  2 +-
>  ui/sdl2.c                   |  4 +--
>  util/qemu-sockets.c         |  4 ++-
>  vl.c                        | 69 ++++++++++++++++++++++++++-------------------
>  80 files changed, 204 insertions(+), 159 deletions(-)
> 
> -- 
> 2.7.4
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan