caps_2.7.0.s390x.xml 492 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<capabilities>

  <host>
    <cpu>
      <arch>s390x</arch>
    </cpu>
    <power_management/>
    <iommu support='no'/>
  </host>

  <guest>
    <os_type>hvm</os_type>
    <arch name='s390x'>
      <wordsize>64</wordsize>
      <emulator>/usr/bin/qemu-system-s390x</emulator>
      <domain type='qemu'/>
17
      <domain type='kvm'/>
18 19 20 21 22 23 24 25 26
    </arch>
    <features>
      <cpuselection/>
      <deviceboot/>
      <disksnapshot default='on' toggle='no'/>
    </features>
  </guest>

</capabilities>