mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
13 lines
395 B
XML
13 lines
395 B
XML
</numatune>
|
|
<os>
|
|
<type arch="i686">hvm</type>
|
|
- <loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
|
|
+ <loader type="rom">foo.bar</loader>
|
|
+ <bios useserial="yes"/>
|
|
+ <init>/bin/bash</init>
|
|
</os>
|
|
<idmap>
|
|
<uid start="0" target="1000" count="10"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |