cpu-feature-mask-list
An XML document that specifies the CPU feature compatibility masks.
The following table contains the definition for the child elements of cpu-feature-mask-list.
Child elements -cpu-feature-mask-list
Element | Definition | Required |
---|---|---|
<operation> | Specifies the the type of operation being performed on the specified virtual device | No |
<level> | Specifies the level (EAX input to CPUID) | No |
<vendor> | Specifies the vendor and is used if this mask is for a particular vendor | No |
<eax> | Specifies a string representing the required EAX bits | No |
<ebx> | Specifies a string representing the required EBX bits | No |
<ecx> | Specifies a string representing the required ECX bits | No |
<edx> | Specifies a string representing the required EDX bits | No |
The following figure shows the sample for cpu-feature-mask-list.
XML Sample for cpu-feature-mask-list
<cpu-feature-mask>
<operation>add</operation>
<info>
<level></level>
<vendor></vendor>
<eax></eax>
<ebx></ebx>
<ecx></ecx>
<edx></edx>
</info>
</cpu-feature-mask>
............
</cpu-feature-mask-list>