Re: [Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT

2015-04-20 Thread Peter Maydell
On 20 April 2015 at 13:39, Marc-André Lureau wrote: > Hi > > On Tue, Apr 14, 2015 at 6:07 PM, Eric Blake wrote: >> >> > +{ "machine", "vmport", QEMU_CAPS_MACHINE_VMPORT_OPT }, >> >> Ouch. qemu commit 0a7cf21 fixes what would have been a regression in >> 2.3 at exposing "mem-merge" through qu

Re: [Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT

2015-04-20 Thread Marc-André Lureau
Hi On Tue, Apr 14, 2015 at 6:07 PM, Eric Blake wrote: > > +{ "machine", "vmport", QEMU_CAPS_MACHINE_VMPORT_OPT }, > > Ouch. qemu commit 0a7cf21 fixes what would have been a regression in > 2.3 at exposing "mem-merge" through query-command-line-options, but it > does NOT expose "vmport", whi

Re: [Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT

2015-04-14 Thread Martin Kletzander
On Tue, Apr 14, 2015 at 10:07:00AM -0600, Eric Blake wrote: [adding qemu] On 04/14/2015 09:58 AM, Marc-André Lureau wrote: Hi On Tue, Apr 14, 2015 at 4:25 PM, Martin Kletzander wrote: Is this not exposed in any way in QEMU? Do we really need to use this (what we're trying to avoid)? Tha

Re: [Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT

2015-04-14 Thread Eric Blake
[adding qemu] On 04/14/2015 09:58 AM, Marc-André Lureau wrote: > Hi > > On Tue, Apr 14, 2015 at 4:25 PM, Martin Kletzander > wrote: > >> Is this not exposed in any way in QEMU? Do we really need to use this >> (what we're trying to avoid)? >> > > That works with the following change: > > dif