Re: [libvirt] [PATCH v3 09/28] qemu: Probe "max" CPU model in TCG

2017-02-24 Thread Pavel Hrdina
On Fri, Feb 24, 2017 at 01:04:35PM +0100, Jiri Denemark wrote: > On Thu, Feb 23, 2017 at 20:07:00 +0100, Pavel Hrdina wrote: > > On Thu, Feb 23, 2017 at 03:15:07PM +0100, Jiri Denemark wrote: > > > Querying "host" CPU model expansion only makes sense for KVM. QEMU 2.9.0 > > > introduces a new

Re: [libvirt] [PATCH v3 09/28] qemu: Probe "max" CPU model in TCG

2017-02-24 Thread Jiri Denemark
On Thu, Feb 23, 2017 at 20:07:00 +0100, Pavel Hrdina wrote: > On Thu, Feb 23, 2017 at 03:15:07PM +0100, Jiri Denemark wrote: > > Querying "host" CPU model expansion only makes sense for KVM. QEMU 2.9.0 > > introduces a new "max" CPU model which can be used to ask QEMU what the > > best CPU it can

Re: [libvirt] [PATCH v3 09/28] qemu: Probe "max" CPU model in TCG

2017-02-23 Thread Pavel Hrdina
On Thu, Feb 23, 2017 at 03:15:07PM +0100, Jiri Denemark wrote: > Querying "host" CPU model expansion only makes sense for KVM. QEMU 2.9.0 > introduces a new "max" CPU model which can be used to ask QEMU what the > best CPU it can provide to a TCG domain is. > > Signed-off-by: Jiri Denemark

[libvirt] [PATCH v3 09/28] qemu: Probe "max" CPU model in TCG

2017-02-23 Thread Jiri Denemark
Querying "host" CPU model expansion only makes sense for KVM. QEMU 2.9.0 introduces a new "max" CPU model which can be used to ask QEMU what the best CPU it can provide to a TCG domain is. Signed-off-by: Jiri Denemark --- Notes: Version 3: - s/type/virtType/ in