2017-01-10 20:07:15 +03:00
|
|
|
<domain type='' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
|
2016-11-24 17:54:15 +00:00
|
|
|
<name></name>
|
2020-08-12 21:26:36 +01:00
|
|
|
<title></title>
|
|
|
|
|
<description></description>
|
2016-11-24 17:54:15 +00:00
|
|
|
<uuid></uuid>
|
|
|
|
|
<memory></memory>
|
|
|
|
|
<vcpu>1</vcpu>
|
|
|
|
|
<cpu mode='host-model'>
|
2021-11-22 17:29:11 +00:00
|
|
|
<model fallback='allow'></model>
|
2016-11-24 17:54:15 +00: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'/>
|
2016-11-24 17:54:15 +00: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>
|
2016-11-24 17:54:15 +00: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>
|
2021-11-22 17:29:11 +00:00
|
|
|
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'/>
|
|
|
|
|
<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>
|
2016-11-24 17:54:15 +00:00
|
|
|
</devices>
|
|
|
|
|
</domain>
|