Created
August 20, 2019 17:52
-
-
Save macromorgan/72bf137c169edef6dedb7e50c5b79849 to your computer and use it in GitHub Desktop.
ARM XML for Libvirt On Raspberry Pi 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> | |
<name>Debian</name> | |
<title>Debian 10.0</title> | |
<description>Debian Buster</description> | |
<memory unit='KiB'>1048576</memory> | |
<currentMemory unit='KiB'>1048576</currentMemory> | |
<vcpu placement='static'>1</vcpu> | |
<resource> | |
<partition>/machine</partition> | |
</resource> | |
<os> | |
<type arch='aarch64' machine='virt-2.11'>hvm</type> | |
<loader readonly='yes' secure='no' type='rom'>/usr/share/AAVMF/AAVMF_CODE.fd</loader> | |
<nvram template='/usr/share/AAVMF/AAVMF_VARS.fd'>/var/lib/libvirt/firmware/Debian.fd</nvram> | |
<boot dev='hd'/> | |
</os> | |
<features> | |
<gic version='2'/> | |
</features> | |
<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'> | |
<driver name='qemu' type='qcow2' cache='directsync'/> | |
<source file='/var/lib/libvirt/images/Debian.qcow2'/> | |
<backingStore/> | |
<target dev='vda' bus='virtio'/> | |
<alias name='virtio-disk0'/> | |
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> | |
</disk> | |
<controller type='pci' index='0' model='pcie-root'> | |
<alias name='pcie.0'/> | |
</controller> | |
<controller type='pci' index='1' model='pcie-root-port'> | |
<model name='pcie-root-port'/> | |
<target chassis='1' port='0x8'/> | |
<alias name='pci.1'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> | |
</controller> | |
<controller type='pci' index='2' model='pcie-root-port'> | |
<model name='pcie-root-port'/> | |
<target chassis='2' port='0x9'/> | |
<alias name='pci.2'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> | |
</controller> | |
<controller type='pci' index='3' model='dmi-to-pci-bridge'> | |
<model name='i82801b11-bridge'/> | |
<alias name='pci.3'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> | |
</controller> | |
<controller type='pci' index='4' model='pci-bridge'> | |
<model name='pci-bridge'/> | |
<target chassisNr='4'/> | |
<alias name='pci.4'/> | |
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> | |
</controller> | |
<controller type='pci' index='5' model='pcie-root-port'> | |
<model name='pcie-root-port'/> | |
<target chassis='5' port='0xa'/> | |
<alias name='pci.5'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> | |
</controller> | |
<controller type='pci' index='6' model='pcie-root-port'> | |
<model name='pcie-root-port'/> | |
<target chassis='6' port='0xb'/> | |
<alias name='pci.6'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> | |
</controller> | |
<controller type='usb' index='0' model='qemu-xhci'> | |
<alias name='usb'/> | |
<address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> | |
</controller> | |
<interface type='bridge'> | |
<mac address='de:ad:be:ef:b0:0b'/> | |
<source bridge='virbr0'/> | |
<target dev='vnet0'/> | |
<model type='virtio'/> | |
<alias name='net0'/> | |
<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> | |
</interface> | |
<serial type='pty'> | |
<source path='/dev/pts/1'/> | |
<target type='system-serial' port='0'> | |
<model name='pl011'/> | |
</target> | |
<alias name='serial0'/> | |
</serial> | |
<console type='pty' tty='/dev/pts/1'> | |
<source path='/dev/pts/1'/> | |
<target type='serial' port='0'/> | |
<alias name='serial0'/> | |
</console> | |
<input type='tablet' bus='usb'> | |
<alias name='input0'/> | |
<address type='usb' bus='0' port='1'/> | |
</input> | |
<input type='keyboard' bus='usb'> | |
<alias name='input1'/> | |
<address type='usb' bus='0' port='2'/> | |
</input> | |
<graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> | |
<listen type='address' address='0.0.0.0'/> | |
</graphics> | |
<video> | |
<model type='virtio' vram='131072' heads='1' primary='yes'/> | |
<alias name='video0'/> | |
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> | |
</video> | |
<memballoon model='virtio'> | |
<alias name='balloon0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> | |
</memballoon> | |
</devices> | |
<qemu:commandline> | |
<qemu:arg value='-cpu'/> | |
<qemu:arg value='host'/> | |
<qemu:arg value='-enable-kvm'/> | |
</qemu:commandline> | |
</domain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment