qemuxml2xmlout-aarch64-virtio-pci-default.xml 2.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<domain type='qemu'>
  <name>aarch64test</name>
  <uuid>496d7ea8-9739-544b-4ebd-ef08be936e8b</uuid>
  <memory unit='KiB'>1048576</memory>
  <currentMemory unit='KiB'>1048576</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <os>
    <type arch='aarch64' machine='virt'>hvm</type>
    <kernel>/aarch64.kernel</kernel>
    <initrd>/aarch64.initrd</initrd>
    <cmdline>earlyprintk console=ttyAMA0,115200n8 rw root=/dev/vda rootwait</cmdline>
    <dtb>/aarch64.dtb</dtb>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <cpu mode='custom' match='exact'>
    <model fallback='allow'>cortex-a53</model>
  </cpu>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-aarch64</emulator>
    <disk type='file' device='disk'>
      <source file='/aarch64.raw'/>
31 32
      <target dev='vda' bus='virtio'/>
      <address type='virtio-mmio'/>
33
    </disk>
34 35 36 37 38 39 40 41 42 43 44 45
    <controller type='pci' index='0' model='pcie-root'/>
    <controller type='pci' index='1' model='dmi-to-pci-bridge'>
      <model name='i82801b11-bridge'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
    </controller>
    <controller type='pci' index='2' model='pci-bridge'>
      <model name='pci-bridge'/>
      <target chassisNr='2'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='virtio-mmio'/>
46 47 48 49
    </controller>
    <interface type='user'>
      <mac address='52:54:00:09:a4:37'/>
      <model type='virtio'/>
50
      <address type='virtio-mmio'/>
51
    </interface>
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <console type='pty'>
      <target type='virtio' port='1'/>
    </console>
    <memballoon model='virtio'>
      <address type='virtio-mmio'/>
    </memballoon>
    <rng model='virtio'>
      <backend model='random'>/dev/random</backend>
      <address type='virtio-mmio'/>
    </rng>
68 69
  </devices>
</domain>