Re: [libvirt] [PATCH 0/4] qemu: Validate guest CPU features before starting a domain

2017-09-15 Thread Ján Tomko
On Thu, Sep 14, 2017 at 04:22:59PM +0200, Jiri Denemark wrote: CPU features are usually checked by libvirt, but not if libvirt decides it should not check the CPU at all, which happens with host-passthrough CPUs, for example. Let's check all used CPU features are valid for all CPU definitions. h

[libvirt] [PATCH 0/4] qemu: Validate guest CPU features before starting a domain

2017-09-14 Thread Jiri Denemark
CPU features are usually checked by libvirt, but not if libvirt decides it should not check the CPU at all, which happens with host-passthrough CPUs, for example. Let's check all used CPU features are valid for all CPU definitions. https://bugzilla.redhat.com/show_bug.cgi?id=1460086 Jiri Denemark