Re: [libvirt] [PATCH 1/3] qemu: record the QEMU default machine in capabilities

2018-08-27 Thread John Ferlan
On 08/16/2018 11:12 AM, Daniel P. Berrangé wrote: > We don't honour the QEMU default machine type anymore, always using the > libvirt chosen default instead. The QEMU argv parser, however, will need > to know the exacty QEMU default, so we must record that info. > > Signed-off-by: Daniel P.

[libvirt] [PATCH 1/3] qemu: record the QEMU default machine in capabilities

2018-08-16 Thread Daniel P . Berrangé
We don't honour the QEMU default machine type anymore, always using the libvirt chosen default instead. The QEMU argv parser, however, will need to know the exacty QEMU default, so we must record that info. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_capabilities.c | 14 --