mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
c08e3e6397
Simplifies viewing files in an editor, and some pytest output. Signed-off-by: Cole Robinson <crobinso@redhat.com>
14 lines
437 B
XML
14 lines
437 B
XML
<vsock model="virtio">
|
|
<cid auto="no" address="5"/>
|
|
</vsock>
|
|
+ <disk type="file" device="disk">
|
|
+ <source file="/var/lib/libvirt/images/test-for-virtxml.qcow2"/>
|
|
+ <target dev="hdb" bus="ide"/>
|
|
+ </disk>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
<keywrap>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off.
|