mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
3944aba1df
While "x86" is a CPU sub driver name, it is not a recognized name of any architecture known to libvirt. Let's use "x86_64" prefix which can be used with virArch APIs. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
5 lines
117 B
XML
5 lines
117 B
XML
<cpu mode='host-passthrough'>
|
|
<feature policy='disable' name='dca'/>
|
|
<feature policy='force' name='vmx'/>
|
|
</cpu>
|