Skip to content

Instantly share code, notes, and snippets.

@aep
Created December 16, 2021 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aep/bb15e012d2a6d2fcffe28b5330ea2768 to your computer and use it in GitHub Desktop.
Save aep/bb15e012d2a6d2fcffe28b5330ea2768 to your computer and use it in GitHub Desktop.
<domain type='kvm'>
<name>a01550b3-f8c8-4c66-aed5-d3744287aa49</name>
<uuid>a01550b3-f8c8-4c66-aed5-d3744287aa49</uuid>
<memory unit="GB" >1</memory>
<currentMemory unit="GB" >1</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' >/vmm/8fdf37d8-e828-42a2-9c74-523052ad3cad/a01550b3-f8c8-4c66-aed5-d3744287aa49/boot/qboot.bios</loader>
<bios useserial='yes' rebootTimeout='10'/>
<kernel>/boot/vmlinuz-linux</kernel>
<kernel>/boot/initramfs-linux-fallback.img</kernel>
<bootmenu enable='yes' timeout='3000'/>
<!--<kernel>/vmm/8fdf37d8-e828-42a2-9c74-523052ad3cad/a01550b3-f8c8-4c66-aed5-d3744287aa49/boot/kernel</kernel> -->
<!--<initrd>/vmm/8fdf37d8-e828-42a2-9c74-523052ad3cad/a01550b3-f8c8-4c66-aed5-d3744287aa49/boot/initrd</initrd> -->
<cmdline>loglevel=9 console=/dev/ttyS0,115200n8</cmdline>
</os>
<cpu mode='host-model'>
<model>EPYC-Rome</model>
<vendor>AMD</vendor>
</cpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
</devices>
</domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment