Re: [libvirt] [PATCH] qemu: Report all supported machine types in capabilities

2015-06-18 Thread Jiri Denemark
On Wed, Jun 17, 2015 at 14:18:23 -0400, John Ferlan wrote: On 06/12/2015 08:53 AM, Jiri Denemark wrote: Some machine types are only reported as canonical names for other machine types, which make it a bit harder to find what machine types are supported by a specific QEMU binary.

Re: [libvirt] [PATCH] qemu: Report all supported machine types in capabilities

2015-06-17 Thread John Ferlan
On 06/12/2015 08:53 AM, Jiri Denemark wrote: Some machine types are only reported as canonical names for other machine types, which make it a bit harder to find what machine types are supported by a specific QEMU binary. Ideally, one would just use

[libvirt] [PATCH] qemu: Report all supported machine types in capabilities

2015-06-12 Thread Jiri Denemark
Some machine types are only reported as canonical names for other machine types, which make it a bit harder to find what machine types are supported by a specific QEMU binary. Ideally, one would just use /capabilities/guest/arch[@name='...']/machine/text() XPath to get a list of all supported