Re: [libvirt] [PATCH for 1.2.7 7/8] qemu_capabilities: Introduce virQEMUCapsGetDefaultMachine

2014-07-02 Thread Daniel P. Berrange
On Mon, Jun 30, 2014 at 05:31:50PM +0200, Michal Privoznik wrote: > Sometimes it may be useful to get a default machine for given qemu > binary. Fortunately, the default machine is stored always on the first > position in the supported machines array. > > Signed-off-by: Michal Privoznik > --- >

[libvirt] [PATCH for 1.2.7 7/8] qemu_capabilities: Introduce virQEMUCapsGetDefaultMachine

2014-06-30 Thread Michal Privoznik
Sometimes it may be useful to get a default machine for given qemu binary. Fortunately, the default machine is stored always on the first position in the supported machines array. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 9 + src/qemu/qemu_capabilities.h | 2 ++