Re: [libvirt] [PATCH 7/9] qemu-caps: Get host model directly from Qemu when available

2017-01-06 Thread Jiri Denemark
On Sun, Dec 18, 2016 at 14:22:27 -0500, Jason J. Herne wrote: > When qmp query-cpu-model-expansion is available probe Qemu for its view of the > host model. In kvm environments this can provide a more complete view of the > host model because features supported by Qemu and Kvm can be considered. >

[libvirt] [PATCH 7/9] qemu-caps: Get host model directly from Qemu when available

2016-12-18 Thread Jason J. Herne
When qmp query-cpu-model-expansion is available probe Qemu for its view of the host model. In kvm environments this can provide a more complete view of the host model because features supported by Qemu and Kvm can be considered. Signed-off-by: Collin L. Walling Signed-off-by: Jason J. Herne # C