qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/7] QAPI patches for 2018-12-18


From: Markus Armbruster
Subject: [Qemu-devel] [PULL 0/7] QAPI patches for 2018-12-18
Date: Tue, 18 Dec 2018 11:09:34 +0100

The following changes since commit f163448536e5f7ae8905b14547eab37a41a75f6c:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into 
staging (2018-12-17 13:04:25 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-12-18

for you to fetch changes up to ce1a1aec47877a281d69dbc2e65f86bfe8fea231:

  qapi: fix flat union on uncovered branches conditionals (2018-12-18 07:57:36 
+0100)

----------------------------------------------------------------
QAPI patches for 2018-12-18

* QMP events SHUTDOWN and RESET now carry a reason
* New QMP command query-current-machine
* QMP/HMP command system_wakeup now fails when the guest isn't
  suspended, or doesn't even support suspend.
* Fix build for --disable-replication

----------------------------------------------------------------
Daniel Henrique Barboza (3):
      qmp: query-current-machine with wakeup-suspend-support
      qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
      qmp hmp: Make system_wakeup check wake-up support and run state

Dominik Csapak (3):
      qapi: Turn ShutdownCause into QAPI enum
      qmp: Add reason to SHUTDOWN and RESET events
      qmp: Split ShutdownCause host-qmp into quit and system-reset

Marc-André Lureau (1):
      qapi: fix flat union on uncovered branches conditionals

 hmp.c                      |  5 ++++-
 hw/acpi/core.c             |  9 ++++++++-
 hw/char/serial.c           |  2 +-
 hw/i386/xen/xen-hvm.c      |  5 +++++
 hw/input/ps2.c             |  6 +++---
 hw/timer/mc146818rtc.c     |  2 +-
 include/sysemu/sysemu.h    | 24 +++---------------------
 migration/migration.c      |  4 ++--
 qapi/misc.json             | 32 +++++++++++++++++++++++++++++++-
 qapi/run-state.json        | 44 ++++++++++++++++++++++++++++++++++++++++++--
 qga/qapi-schema.json       | 16 ++++++++++------
 qmp.c                      | 12 +++++++++---
 scripts/qapi/common.py     |  3 ++-
 tests/qemu-iotests/060.out |  4 ++--
 tests/qemu-iotests/071.out |  4 ++--
 tests/qemu-iotests/081.out | 14 +++++++-------
 tests/qemu-iotests/087.out | 12 ++++++------
 tests/qemu-iotests/094.out |  2 +-
 tests/qemu-iotests/109.out | 44 ++++++++++++++++++++++----------------------
 tests/qemu-iotests/117.out |  2 +-
 tests/qemu-iotests/119.out |  2 +-
 tests/qemu-iotests/120.out |  2 +-
 tests/qemu-iotests/127.out |  2 +-
 tests/qemu-iotests/140.out |  2 +-
 tests/qemu-iotests/143.out |  2 +-
 tests/qemu-iotests/156.out |  2 +-
 tests/qemu-iotests/176.out | 16 ++++++++--------
 tests/qemu-iotests/183.out |  4 ++--
 tests/qemu-iotests/184.out | 12 ++++++++----
 tests/qemu-iotests/185.out | 10 +++++-----
 tests/qemu-iotests/191.out |  6 ++++--
 tests/qemu-iotests/195.out |  6 ++++--
 tests/qemu-iotests/223.out |  2 +-
 tests/qemu-iotests/227.out | 12 ++++++++----
 vl.c                       | 27 ++++++++++++++++++++++++---
 35 files changed, 232 insertions(+), 121 deletions(-)

-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]