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

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

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

</capabilities>