default-qemu-host-arch.xml 927 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<domain type='qemu'>
  <name>qemu-host</name>
  <uuid>d091ea82-29e6-2e34-3005-f02617b36e87</uuid>
  <memory unit='KiB'>4194304</memory>
  <currentMemory unit='KiB'>4194304</currentMemory>
  <vcpu placement='static'>4</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.11'>hvm</type>
    <boot dev='hd'/>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
17 18 19
    <controller type='usb' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
    </controller>
20
    <controller type='pci' index='0' model='pci-root'/>
P
Pavel Hrdina 已提交
21 22
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
23 24 25
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </memballoon>
26 27
  </devices>
</domain>