qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] Monitor patches for 2018-12-12
@ 2018-12-12 10:11 Markus Armbruster
  2018-12-12 10:11 ` [Qemu-devel] [PULL 01/11] monitor: inline ambiguous helper functions Markus Armbruster
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Markus Armbruster @ 2018-12-12 10:11 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-12-13 18:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-12 10:11 [Qemu-devel] [PULL 00/11] Monitor patches for 2018-12-12 Markus Armbruster
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

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).