From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/7] QAPI patches for 2018-12-18
Date: Tue, 18 Dec 2018 11:09:34 +0100 [thread overview]
Message-ID: <20181218100941.25267-1-armbru@redhat.com> (raw)
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
next reply other threads:[~2018-12-18 10:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 10:09 Markus Armbruster [this message]
2018-12-18 10:09 ` [Qemu-devel] [PULL 1/7] qapi: Turn ShutdownCause into QAPI enum Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 2/7] qmp: Add reason to SHUTDOWN and RESET events Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 3/7] qmp: Split ShutdownCause host-qmp into quit and system-reset Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 4/7] qmp: query-current-machine with wakeup-suspend-support Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 5/7] qga: update guest-suspend-ram and guest-suspend-hybrid descriptions Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 6/7] qmp hmp: Make system_wakeup check wake-up support and run state Markus Armbruster
2018-12-18 10:09 ` [Qemu-devel] [PULL 7/7] qapi: fix flat union on uncovered branches conditionals Markus Armbruster
2018-12-19 15:30 ` [Qemu-devel] [PULL 0/7] QAPI patches for 2018-12-18 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=20181218100941.25267-1-armbru@redhat.com \
--to=armbru@redhat.com \
--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).