Use All host CPU Features To The Guest By Updating CPU modes
Problem
Environment
Procedure
[libvirt]
cpu_mode = host-model
cpu_model_extra_flags = <flags seperated by comma> 2. Using `host-passthrough` - libvirt tells KVM to pass through the host CPU with no modifications. In comparison to `host-model` which simply matches feature flags, `host-passthrough` ensures every last detail of the host CPU is matched. This gives the best performance, and can be important to some apps which check low level CPU details, but it comes at a cost with respect to migration.[libvirt]
cpu_mode = host-passthroughPreviousUsing OpenStack CLI With MFANext'openstack image unset' Command Fails with 'BadRequestException' Error
Last updated
