mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
3b6be3c0c5
The reworked API is now called virCPUUpdate and it should change the provided CPU definition into a one which can be consumed by the QEMU command line builder: - host-passthrough remains unchanged - host-model is turned into custom CPU with a model and features copied from host - custom CPU with minimum match is converted similarly to host-model - optional features are updated according to host's CPU 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>
|