2020-12-15 06:43:46 -06:00
|
|
|
<domain type='' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
|
|
|
|
|
<name></name>
|
|
|
|
|
<title></title>
|
|
|
|
|
<description></description>
|
|
|
|
|
<uuid></uuid>
|
|
|
|
|
<memory></memory>
|
|
|
|
|
<vcpu>1</vcpu>
|
|
|
|
|
<cpu mode='host-model'>
|
2021-11-22 17:29:11 +00:00
|
|
|
<model fallback='allow'></model>
|
2020-12-15 06:43:46 -06:00
|
|
|
</cpu>
|
|
|
|
|
<os>
|
2021-11-22 17:29:11 +00:00
|
|
|
<type>hvm</type>
|
2022-09-30 22:36:21 +01:00
|
|
|
<bootmenu enable='no'/>
|
2020-12-15 06:43:46 -06:00
|
|
|
<kernel></kernel>
|
|
|
|
|
<initrd></initrd>
|
|
|
|
|
<cmdline></cmdline>
|
|
|
|
|
</os>
|
|
|
|
|
<features>
|
|
|
|
|
<acpi/>
|
|
|
|
|
<apic/>
|
|
|
|
|
<pae/>
|
|
|
|
|
</features>
|
2020-12-16 20:19:24 +01:00
|
|
|
<clock offset='utc'>
|
|
|
|
|
</clock>
|
2020-12-15 06:43:46 -06:00
|
|
|
<devices>
|
|
|
|
|
<serial type='pty'>
|
|
|
|
|
<target port='0'/>
|
|
|
|
|
</serial>
|
|
|
|
|
<console type='pty'>
|
|
|
|
|
<target port='0'/>
|
|
|
|
|
</console>
|
2022-11-10 12:22:37 +00:00
|
|
|
<input type='mouse' bus='ps2'>
|
|
|
|
|
</input>
|
2022-11-21 12:05:51 +01:00
|
|
|
<graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='127.0.0.1' keymap='en-us'/>
|
2021-11-22 17:29:11 +00:00
|
|
|
<video>
|
2022-01-17 15:10:23 +01:00
|
|
|
<model type='cirrus' vram='16384' heads='1'/>
|
2021-11-22 17:29:11 +00:00
|
|
|
</video>
|
2020-12-15 06:43:46 -06:00
|
|
|
<tpm model='tpm-tis'>
|
|
|
|
|
<backend type='passthrough'>
|
|
|
|
|
<device path='/dev/tpm0'/>
|
|
|
|
|
</backend>
|
|
|
|
|
</tpm>
|
|
|
|
|
</devices>
|
|
|
|
|
</domain>
|