mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 09:57:40 +03:00
Simplifies viewing files in an editor, and some pytest output. Signed-off-by: Cole Robinson <crobinso@redhat.com>
17 lines
592 B
XML
17 lines
592 B
XML
<key>thequickbrownfoxjumpedoverthelazydog</key>
|
|
<target path="/some/lease/path" offset="1024"/>
|
|
</lease>
|
|
- <filesystem type="mount" accessmode="passthrough">
|
|
+ <filesystem type="mount" accessmode="mapped">
|
|
<driver type="handle"/>
|
|
- <source dir="/foo/bar"/>
|
|
- <target dir="/bar/baz"/>
|
|
+ <source dir="/1/2/3"/>
|
|
+ <target dir="/4/5/6"/>
|
|
</filesystem>
|
|
<interface type="network">
|
|
<mac address="22:22:33:54:32:10"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off.
|