2010-12-07 19:57:33 +00:00
|
|
|
<domain type='qemu'>
|
|
|
|
<name>QEMUGuest1</name>
|
|
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
2012-02-23 00:48:38 +00:00
|
|
|
<memory unit='KiB'>219136</memory>
|
|
|
|
<currentMemory unit='KiB'>219136</currentMemory>
|
2012-05-08 16:04:36 +00:00
|
|
|
<vcpu placement='static'>1</vcpu>
|
2010-12-07 19:57:33 +00:00
|
|
|
<os>
|
2022-01-04 15:36:46 +00:00
|
|
|
<type arch='x86_64' machine='pc'>hvm</type>
|
2010-12-07 19:57:33 +00:00
|
|
|
<boot dev='hd'/>
|
|
|
|
</os>
|
|
|
|
<clock offset='utc'/>
|
|
|
|
<on_poweroff>destroy</on_poweroff>
|
|
|
|
<on_reboot>restart</on_reboot>
|
|
|
|
<on_crash>destroy</on_crash>
|
|
|
|
<devices>
|
2022-01-04 15:36:46 +00:00
|
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
2010-12-07 19:57:33 +00:00
|
|
|
<disk type='network' device='disk'>
|
|
|
|
<driver name='qemu' type='raw'/>
|
|
|
|
<source protocol='nbd'>
|
|
|
|
<host name='example.org' port='6000'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vda' bus='virtio'/>
|
|
|
|
</disk>
|
2018-07-19 14:26:48 +00:00
|
|
|
<disk type='network' device='disk'>
|
2018-10-08 13:30:36 +00:00
|
|
|
<driver name='qemu'/>
|
2018-07-19 14:26:48 +00:00
|
|
|
<source protocol='nbd' name='bar'>
|
|
|
|
<host name='example.org' port='6000'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vdb' bus='virtio'/>
|
|
|
|
</disk>
|
|
|
|
<disk type='network' device='disk'>
|
|
|
|
<driver name='qemu' type='raw'/>
|
|
|
|
<source protocol='nbd'>
|
|
|
|
<host name='::1' port='6000'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vdc' bus='virtio'/>
|
|
|
|
</disk>
|
|
|
|
<disk type='network' device='disk'>
|
|
|
|
<driver name='qemu' type='raw'/>
|
|
|
|
<source protocol='nbd' name='bar'>
|
|
|
|
<host name='::1' port='6000'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vdd' bus='virtio'/>
|
|
|
|
</disk>
|
|
|
|
<disk type='network' device='disk'>
|
|
|
|
<driver name='qemu' type='raw'/>
|
|
|
|
<source protocol='nbd' name='bar'>
|
|
|
|
<host transport='unix' socket='/var/run/nbdsock'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vde' bus='virtio'/>
|
|
|
|
</disk>
|
2023-02-27 11:15:33 +00:00
|
|
|
<disk type='network' device='disk'>
|
|
|
|
<driver name='qemu' type='raw'/>
|
|
|
|
<source protocol='nbd' name='foo'>
|
|
|
|
<host name='example.org' port='6000'/>
|
|
|
|
<reconnect delay='10'/>
|
|
|
|
</source>
|
|
|
|
<target dev='vdf' bus='virtio'/>
|
|
|
|
</disk>
|
2012-02-08 00:48:25 +00:00
|
|
|
<controller type='usb' index='0'/>
|
2010-12-07 19:57:33 +00:00
|
|
|
<controller type='ide' index='0'/>
|
2013-04-22 12:16:13 +00:00
|
|
|
<controller type='pci' index='0' model='pci-root'/>
|
2016-01-11 11:40:32 +00:00
|
|
|
<input type='mouse' bus='ps2'/>
|
|
|
|
<input type='keyboard' bus='ps2'/>
|
2014-06-09 08:11:25 +00:00
|
|
|
<memballoon model='none'/>
|
2010-12-07 19:57:33 +00:00
|
|
|
</devices>
|
|
|
|
</domain>
|