qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC v2 3/4] monitor: remove "x-oob", turn oob on by de


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC v2 3/4] monitor: remove "x-oob", turn oob on by default
Date: Thu, 31 May 2018 09:44:46 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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 <address@hidden>
---
  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

[Prev in Thread] Current Thread [Next in Thread]