mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
This requires a change to libvirt (in libvirt >= 1.2.1), see: https://www.redhat.com/archives/libvir-list/2014-January/msg00378.html
23 lines
436 B
XML
23 lines
436 B
XML
<node>
|
|
<domain type='test'>
|
|
<name>test</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>
|
|
|
|
<auth>
|
|
<user password="123456">rich</user>
|
|
<user>jane</user>
|
|
</auth>
|
|
</node>
|