Re: [libvirt] [PATCH 3/4] qemu: Filter CPU features when using host CPU

2017-10-17 Thread Pavel Hrdina
On Tue, Oct 17, 2017 at 01:15:43PM +0200, Jiri Denemark wrote: > On Tue, Oct 17, 2017 at 12:57:10 +0200, Pavel Hrdina wrote: > > On Wed, Oct 11, 2017 at 12:11:16PM +0200, Jiri Denemark wrote: > > > The host CPU definition from host capabilities may contain features > > > unknown to QEMU. Thus

Re: [libvirt] [PATCH 3/4] qemu: Filter CPU features when using host CPU

2017-10-17 Thread Jiri Denemark
On Tue, Oct 17, 2017 at 12:57:10 +0200, Pavel Hrdina wrote: > On Wed, Oct 11, 2017 at 12:11:16PM +0200, Jiri Denemark wrote: > > The host CPU definition from host capabilities may contain features > > unknown to QEMU. Thus whenever we want to use this CPU definition, we > > have to filter the

Re: [libvirt] [PATCH 3/4] qemu: Filter CPU features when using host CPU

2017-10-17 Thread Pavel Hrdina
On Wed, Oct 11, 2017 at 12:11:16PM +0200, Jiri Denemark wrote: > The host CPU definition from host capabilities may contain features > unknown to QEMU. Thus whenever we want to use this CPU definition, we > have to filter the unknown features. Might be nice to explicitly mention in the commit

Re: [libvirt] [PATCH 3/4] qemu: Filter CPU features when using host CPU

2017-10-12 Thread Marc Hartmayer
On Wed, Oct 11, 2017 at 12:11 PM +0200, Jiri Denemark wrote: > The host CPU definition from host capabilities may contain features > unknown to QEMU. Thus whenever we want to use this CPU definition, we > have to filter the unknown features. > >

[libvirt] [PATCH 3/4] qemu: Filter CPU features when using host CPU

2017-10-11 Thread Jiri Denemark
The host CPU definition from host capabilities may contain features unknown to QEMU. Thus whenever we want to use this CPU definition, we have to filter the unknown features. https://bugzilla.redhat.com/show_bug.cgi?id=1495171 Signed-off-by: Jiri Denemark ---