Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-31 Thread Markus Armbruster
Queued except for PATCH 2/6. Thanks! We'll want Marc-André's fixes on top.

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Peter Xu
On Wed, Oct 10, 2018 at 08:17:41PM -0500, Eric Blake wrote: > On 10/10/18 7:05 PM, Peter Xu wrote: > > > > other than the command line that is hanging: > > > > > > /home/eblake/qemu/x86_64-softmmu/qemu-system-x86_64 -S -no-user-config > > > -nodefaults -nographic -machine none,accel=kvm:tcg -qmp

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Eric Blake
On 10/10/18 7:05 PM, Peter Xu wrote: other than the command line that is hanging: /home/eblake/qemu/x86_64-softmmu/qemu-system-x86_64 -S -no-user-config -nodefaults -nographic -machine none,accel=kvm:tcg -qmp unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,nowait -pidfile /var/lib/l

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Peter Xu
On Wed, Oct 10, 2018 at 03:27:34PM -0500, Eric Blake wrote: > On 10/10/18 2:26 PM, Eric Blake wrote: > > > > > On the other hand, when I'm trying to use a qemu binary with these > > patches applied, libvirt is hanging when trying to probe the > > capabilities of the binary, waiting for a response

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Eric Blake
On 10/10/18 2:26 PM, Eric Blake wrote: On the other hand, when I'm trying to use a qemu binary with these patches applied, libvirt is hanging when trying to probe the capabilities of the binary, waiting for a response to "qmp_capabilities". I'll try and bisect which patch is causing the pro

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Eric Blake
On 10/10/18 11:26 AM, Eric Blake wrote: On 10/9/18 1:27 AM, Peter Xu wrote: Based-on: <20180828191048.29806-1-arm...@redhat.com> Based-on: <2018090716.1675-1-arm...@redhat.com> (this series is based on Markus's monitor-next tree) v9: - add r-bs - release the qmp queue lock before resume [M

Re: [Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-10 Thread Eric Blake
On 10/9/18 1:27 AM, Peter Xu wrote: Based-on: <20180828191048.29806-1-arm...@redhat.com> Based-on: <2018090716.1675-1-arm...@redhat.com> (this series is based on Markus's monitor-next tree) v9: - add r-bs - release the qmp queue lock before resume [Marc-Andre] I haven't reviewed closely,

[Qemu-devel] [PATCH v9 0/6] monitor: enable OOB by default

2018-10-08 Thread Peter Xu
Based-on: <20180828191048.29806-1-arm...@redhat.com> Based-on: <2018090716.1675-1-arm...@redhat.com> (this series is based on Markus's monitor-next tree) v9: - add r-bs - release the qmp queue lock before resume [Marc-Andre] v8: - remove patch 1 & 2 since already in the QAPI pull - squash pa