mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 10:23:09 +00:00
f4914045c2
The element specifies whether a particular CPU model can be used when creating a CPU definition from raw CPUID/MSR data. The @host attribute determines whether the CPU model can be used (host='on') for creating CPU definition for host capabilities. Usability of the model for domain capabilities and host-model CPU definitions is controlled by the @guest attribute. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Tested-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
9 lines
160 B
XML
9 lines
160 B
XML
<cpus>
|
|
<model name='486'>
|
|
<decode host='on' guest='on'/>
|
|
<feature name='fpu'/>
|
|
<feature name='pse'/>
|
|
<feature name='vme'/>
|
|
</model>
|
|
</cpus>
|