Re: [libvirt] [PATCH 3/3] qemu: fix default machine for argv -> xml convertor

2018-08-27 Thread John Ferlan
On 08/16/2018 11:12 AM, Daniel P. Berrangé wrote: > Historically the argv -> xml convertor wanted the same default machine > as we'd set when parsing xml. The latter has now changed, however, to > use a default defined by libvirt. The former needs fixing to again > honour the default QEMU

[libvirt] [PATCH 3/3] qemu: fix default machine for argv -> xml convertor

2018-08-16 Thread Daniel P . Berrangé
Historically the argv -> xml convertor wanted the same default machine as we'd set when parsing xml. The latter has now changed, however, to use a default defined by libvirt. The former needs fixing to again honour the default QEMU machine. This exposed a bug in handling for the aarch64 target,