mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
We totally break CLI compat here, but the previous tool wasn't sustainable. Instead, repurpose the tool as strictly converting external formats like ovf/vmx to native libvirt XML, and launch the guest. So we drop vmx/virt-image output, and virt-image input, and a slew of command line options. I don't think anyone was depending on this in a scripted fashion, so in practice I don't think anyone will care. Add much more comprehensive unit tests while we are at it.
21 lines
610 B
XML
21 lines
610 B
XML
<description>Foo bar baz &
|
|
yeah boii < > yeahfoo
|
|
</description>
|
|
- <memory unit="KiB">409600</memory>
|
|
- <currentMemory unit="KiB">204800</currentMemory>
|
|
+ <memory unit="KiB">1024000</memory>
|
|
+ <currentMemory unit="KiB">512000</currentMemory>
|
|
<blkiotune>
|
|
<weight>100</weight>
|
|
<device>
|
|
@@ -14,7 +14,6 @@
|
|
</device>
|
|
</blkiotune>
|
|
<memoryBacking>
|
|
- <hugepages/>
|
|
</memoryBacking>
|
|
<vcpu placement="static" cpuset="1-2,5-9,11,13-14">9</vcpu>
|
|
<numatune>
|
|
|
|
Domain 'test-many-devices' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |