Re: [libvirt] [PATCH 1/2] qemu: Use common helper when probing qemu capabilities

2012-04-27 Thread Jiri Denemark
On Thu, Apr 26, 2012 at 10:42:36 -0600, Eric Blake wrote: > On 04/26/2012 08:28 AM, Jiri Denemark wrote: > > QEMU binary is called several times when we probe different kinds of > > capabilities the binary supports. This patch introduces new common > > helper so that all probes use a consistent way

Re: [libvirt] [PATCH 1/2] qemu: Use common helper when probing qemu capabilities

2012-04-26 Thread Eric Blake
On 04/26/2012 08:28 AM, Jiri Denemark wrote: > QEMU binary is called several times when we probe different kinds of > capabilities the binary supports. This patch introduces new common > helper so that all probes use a consistent way of invoking qemu. > --- > src/qemu/qemu_capabilities.c | 59 ++

[libvirt] [PATCH 1/2] qemu: Use common helper when probing qemu capabilities

2012-04-26 Thread Jiri Denemark
QEMU binary is called several times when we probe different kinds of capabilities the binary supports. This patch introduces new common helper so that all probes use a consistent way of invoking qemu. --- src/qemu/qemu_capabilities.c | 59 ++--- src/qemu/qemu_