Blame tests/xml/gconfig-domain-cpu.xml

Packit a07778
<domain>
Packit a07778
  <vcpu>3</vcpu>
Packit a07778
  <cpu match="strict" mode="host-passthrough">
Packit a07778
    <feature name="foo" policy="require"/>
Packit a07778
    <topology cores="1" sockets="2" threads="3"/>
Packit a07778
  </cpu>
Packit a07778
</domain>