Re: [Qemu-devel] [PATCH 4/6] monitor: check if chardev can switch gcontext for OOB

2018-10-29 Thread Marc-André Lureau
Hi On Wed, Oct 10, 2018 at 8:38 AM Peter Xu wrote: > > On Tue, Oct 09, 2018 at 05:12:49PM +0400, Marc-André Lureau wrote: > > Note: this patch will conflict with Peter "[PATCH v9 3/6] monitor: > > remove "x-oob", turn oob on by default", but can be trivially updated. > > > > Signed-off-by: Marc-A

Re: [Qemu-devel] [PATCH 4/6] monitor: check if chardev can switch gcontext for OOB

2018-10-09 Thread Peter Xu
On Tue, Oct 09, 2018 at 05:12:49PM +0400, Marc-André Lureau wrote: > Note: this patch will conflict with Peter "[PATCH v9 3/6] monitor: > remove "x-oob", turn oob on by default", but can be trivially updated. > > Signed-off-by: Marc-André Lureau > --- > monitor.c | 5 +++-- > 1 file changed, 3 i

[Qemu-devel] [PATCH 4/6] monitor: check if chardev can switch gcontext for OOB

2018-10-09 Thread Marc-André Lureau
Note: this patch will conflict with Peter "[PATCH v9 3/6] monitor: remove "x-oob", turn oob on by default", but can be trivially updated. Signed-off-by: Marc-André Lureau --- monitor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/monitor.c b/monitor.c index a25514490a