
Jiri Denemark <jdenemar@redhat.com> writes:
Originally the names of the hyperv and kvm CPU features were only used internally for looking up their CPUID bits. But with QEMU 4.1 we check which features were enabled or disabled by a freshly started QEMU process using their names rather than their CPUID bits (mostly because of MSR features). Thus we need to change our made up internal names into the actual names used by QEMU.
Otherwise libvirt would mistakenly report the features as unavailable and refuse to start any domain using them with QEMU 4.1.
Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com>
It seems to resolve my issue, so Tested-by: Vitaly Kuznetsov <vkuznets@redhat.com> I'll rebase my 'direct stimer' on top of this, thanks! -- Vitaly