2015-09-30 03:10:07 +03:00
<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 />
2016-02-03 21:49:27 +03:00
<gic version= '2' />
2015-09-30 03:10:07 +03:00
</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' />
2016-01-28 01:47:14 +03:00
<target dev= 'vda' bus= 'virtio' />
2016-10-21 12:50:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x03' slot= '0x00' function= '0x0' />
2015-09-30 03:10:07 +03:00
</disk>
2016-01-28 01:47:14 +03:00
<controller type= 'pci' index= '0' model= 'pcie-root' />
<controller type= 'virtio-serial' index= '0' >
2016-10-21 12:50:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x02' slot= '0x00' function= '0x0' />
</controller>
<controller type= 'pci' index= '1' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '1' port= '0x8' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x0' />
</controller>
<controller type= 'pci' index= '2' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '2' port= '0x10' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x02' function= '0x0' />
</controller>
<controller type= 'pci' index= '3' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '3' port= '0x18' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x03' function= '0x0' />
</controller>
<controller type= 'pci' index= '4' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '4' port= '0x20' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x04' function= '0x0' />
</controller>
<controller type= 'pci' index= '5' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '5' port= '0x28' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x05' function= '0x0' />
</controller>
<controller type= 'pci' index= '6' model= 'pcie-root-port' >
<model name= 'ioh3420' />
<target chassis= '6' port= '0x30' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x06' function= '0x0' />
2015-09-30 03:10:07 +03:00
</controller>
<interface type= 'user' >
<mac address= '52:54:00:09:a4:37' />
<model type= 'virtio' />
2016-10-21 12:50:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x01' slot= '0x00' function= '0x0' />
2015-09-30 03:10:07 +03:00
</interface>
2016-01-28 01:47:14 +03:00
<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' >
2016-10-21 12:50:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x04' slot= '0x00' function= '0x0' />
2016-01-28 01:47:14 +03:00
</memballoon>
<rng model= 'virtio' >
<backend model= 'random' > /dev/random</backend>
2016-10-21 12:50:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x05' slot= '0x00' function= '0x0' />
2016-01-28 01:47:14 +03:00
</rng>
2015-09-30 03:10:07 +03:00
</devices>
</domain>