From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/11] Monitor patches for 2018-12-12
Date: Wed, 12 Dec 2018 11:11:34 +0100 [thread overview]
Message-ID: <20181212101145.3496-1-armbru@redhat.com> (raw)
The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 19:18:58 +0000)
are available in the Git repository at:
git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-12-12
for you to fetch changes up to c55f070b7195cee4e06998c10f57f13c7df98dbd:
tests: add oob functional test for test-qmp-cmds (2018-12-12 10:28:27 +0100)
----------------------------------------------------------------
Monitor patches for 2018-12-12
* Fixes related to running the monitor in an I/O thread
* Change how OOB-enabled QMP monitors handle flow control: suspend
monitor instead dropping commands
* Offer QMP capability "oob" unconditionally, remove "x-oob"
----------------------------------------------------------------
Marc-André Lureau (7):
monitor: inline ambiguous helper functions
monitor: accept chardev input from iothread
char: add a QEMU_CHAR_FEATURE_GCONTEXT flag
monitor: check if chardev can switch gcontext for OOB
colo: check chardev can switch context
monitor: prevent inserting new monitors after cleanup
monitor: avoid potential dead-lock when cleaning up
Peter Xu (4):
monitor: Suspend monitor instead dropping commands
monitor: Remove "x-oob", offer capability "oob" unconditionally
Revert "tests: Add parameter to qtest_init_without_qmp_handshake"
tests: add oob functional test for test-qmp-cmds
chardev/char.c | 11 ++++
docs/interop/qmp-spec.txt | 5 +-
include/chardev/char.h | 3 +
include/monitor/monitor.h | 3 +-
monitor.c | 139 +++++++++++++++++++++++-----------------------
net/colo-compare.c | 6 ++
qapi/misc.json | 40 -------------
tests/libqtest.c | 9 ++-
tests/libqtest.h | 4 +-
tests/qmp-test.c | 6 +-
tests/test-qmp-cmds.c | 16 ++++++
vl.c | 5 --
12 files changed, 118 insertions(+), 129 deletions(-)
--
2.17.2
next reply other threads:[~2018-12-12 10:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-12 10:11 Markus Armbruster [this message]
2018-12-12 10:11 ` [Qemu-devel] [PULL 01/11] monitor: inline ambiguous helper functions Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 02/11] monitor: accept chardev input from iothread Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 03/11] char: add a QEMU_CHAR_FEATURE_GCONTEXT flag Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 04/11] monitor: check if chardev can switch gcontext for OOB Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 05/11] colo: check chardev can switch context Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 06/11] monitor: prevent inserting new monitors after cleanup Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 07/11] monitor: avoid potential dead-lock when cleaning up Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 08/11] monitor: Suspend monitor instead dropping commands Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 09/11] monitor: Remove "x-oob", offer capability "oob" unconditionally Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 10/11] Revert "tests: Add parameter to qtest_init_without_qmp_handshake" Markus Armbruster
2018-12-12 10:11 ` [Qemu-devel] [PULL 11/11] tests: add oob functional test for test-qmp-cmds Markus Armbruster
2018-12-13 17:50 ` [Qemu-devel] [PULL 00/11] Monitor patches for 2018-12-12 Peter Maydell
2018-12-13 18:12 ` Markus Armbruster
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=20181212101145.3496-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).