Hi Everyone,
We had a requirement to skip all CPU feature
validations from libvirt and totally rely on Qemu for following
reasons.
Basically we want another check option like
'qemu-enforce' which will skip all feature and cpu model
verfications in libvirt and pass 'enforce' option to qemu. It
will work similar to check 'none' i mean no check to verify if
provide features are supported by host, also on top of that skip
things like virCPUValidateFeatures where ever required.
I understand this is specific to just Qemu and libvirt has to take care for many other emulator, so wanted to check if something like that makes sense as it will be very useful for Qemu atleast. If so we can send a patch.
Thanks
Manish Mishra