mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-27 14:03:57 +03:00
757910a1bb
Allows changing the libosinfo metadata for an existing vm via virt-xml
11 lines
442 B
XML
11 lines
442 B
XML
</description>
|
|
<metadata>
|
|
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
|
|
- <libosinfo:os id="http://fedoraproject.org/fedora/27"/>
|
|
+ <libosinfo:os id="http://fedoraproject.org/fedora/23"/>
|
|
</libosinfo:libosinfo>
|
|
</metadata>
|
|
<memory unit="KiB">409600</memory>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |