Re: [libvirt] [RFC PATCH 5/4] qemu: detect -machine mem-merge capability

2013-05-13 Thread Osier Yang
On 30/04/13 01:44, Eric Blake wrote: * src/qemu/qemu_capabilities.h: New capability bit. * src/qemu/qemu_capabilities.c (virQEMUCapsProbeQMPCommandLine): New function; use it to set new capability bit. (virQEMUCapsInitQMP): Use new function. --- As promised, here is how I would set the new

[libvirt] [RFC PATCH 5/4] qemu: detect -machine mem-merge capability

2013-04-29 Thread Eric Blake
* src/qemu/qemu_capabilities.h: New capability bit. * src/qemu/qemu_capabilities.c (virQEMUCapsProbeQMPCommandLine): New function; use it to set new capability bit. (virQEMUCapsInitQMP): Use new function. --- As promised, here is how I would set the new capability for use in Osier's series here: