The following changes since commit 3f3285491dd52014852a56135c90e428c8b507ea:
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2018-10-30 14:09:25 +0000) are available in the Git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-10-30 for you to fetch changes up to 1a8de278dd3c93a7aa40f88486509fe0e2de04da: vl: Avoid crash when -mon is underspecified (2018-10-30 20:13:52 +0100) ---------------------------------------------------------------- Monitor patches for 2018-10-30 * Fix crash on shutdown with --daemonize * Change out-of-band execution to stop reading instead of dropping commands * Enable out-of-band execution by default * Avoid crash when -mon lacks chardev=... ---------------------------------------------------------------- Eric Blake (1): vl: Avoid crash when -mon is underspecified Peter Xu (5): monitor: Suspend monitor instead dropping commands monitor: remove "x-oob", turn oob on by default Revert "tests: Add parameter to qtest_init_without_qmp_handshake" tests: add oob functional test for test-qmp-cmds tests: qmp-test: add queue full test Wolfgang Bumiller (2): monitor: guard iothread access by mon->use_io_thread monitor: delay monitor iothread creation docs/interop/qmp-spec.txt | 5 ++- include/monitor/monitor.h | 3 +- monitor.c | 111 +++++++++++++++++++++------------------------- qapi/misc.json | 40 ----------------- tests/libqtest.c | 10 ++--- tests/libqtest.h | 4 +- tests/qmp-test.c | 32 +++++++++++-- tests/test-qmp-cmds.c | 16 +++++++ vl.c | 9 ++-- 9 files changed, 110 insertions(+), 120 deletions(-) -- 2.17.2