blob: 52668734296ceff6c99f45c4732ff2a18916475b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- This is dummy XML needed by the libvirt test:// driver. It will
be overridden by the fake libvirt XML preload module. -->
<node>
<domain type='test'>
<name>winxppro</name>
<memory>1048576</memory>
<os>
<type>hvm</type>
<boot dev='hd'/>
</os>
<devices>
<disk type='file' device='disk'>
<driver name='qemu'/>
<source file='/dev/null'/>
<target dev='vda' bus='virtio'/>
</disk>
</devices>
</domain>
</node>
|