mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
0fc12bca08
As my punishment for the break in7f15ebc7
(fixed in752596b5dd
) I'm introducing this test to make sure it won't happen again. Currently, only test for <graphics/> is supported.
7 lines
243 B
XML
7 lines
243 B
XML
<disk type='block' device='disk'>
|
|
<driver name='qemu' type='raw'/>
|
|
<source dev='/dev/HostVG/QEMUGuest1'/>
|
|
<target dev='hda' bus='ide'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
</disk>
|