Re: [libvirt] [PATCH 6/6] qemu: Only probe available machine types

2019-05-17 Thread Pavel Hrdina
On Thu, May 16, 2019 at 05:35:36PM +0200, Andrea Bolognani wrote: > Since we know the full list of machine types supported > by the QEMU binary when probing machine type properties, > we can save some work (and eventually test suite churn, > as more architecture-specific machine types need to be >

[libvirt] [PATCH 6/6] qemu: Only probe available machine types

2019-05-16 Thread Andrea Bolognani
Since we know the full list of machine types supported by the QEMU binary when probing machine type properties, we can save some work (and eventually test suite churn, as more architecture-specific machine types need to be probed) by only probing machines that we know exist. Signed-off-by: Andrea