
27 Aug
2018
27 Aug
'18
7:56 p.m.
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. Berrangé <berrange@redhat.com> --- src/qemu/qemu_capabilities.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)
This patch alone fails make check. Need to move some stuff from patch 3 into here. 1. virQEMUCapsNewCopy change 2. virQEMUCapsFormatCache change 3. Regenerate qemucapabilitiestest output With those changes, Reviewed-by: John Ferlan <jferlan@redhat.com> John