On 05/31/2018 12:16 AM, Peter Xu wrote:
There was a regression reported by Eric Auger before with OOB:

   http://lists.gnu.org/archive/html/qemu-devel/2018-03/msg06231.html

The fix is 951702f39c ("monitor: bind dispatch bh to iohandler context",
2018-04-10), which is in master already.

s/, which is in master already//

(when reading the git log, it can be assumed that any commit id referenced is already in master)


For the bug, we turned Out-Of-Band feature of monitors off for 2.12
release.  Now we turn that on again after the 2.12 release.

This patch partly reverts be933ffc23 (monitor: new parameter "x-oob"),
meanwhile turn it on again by default for non-MUX QMPs.

Signed-off-by: Peter Xu <pet...@redhat.com>
---
  include/monitor/monitor.h |  1 -
  monitor.c                 | 17 +----------------
  tests/qmp-test.c          |  2 +-
  vl.c                      |  5 -----
  4 files changed, 2 insertions(+), 23 deletions(-)


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Reply via email to