mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
3fd71ea72f
- Move most xml suboption testing to many-devices test - Clarify every specific bit we are testing in the singleton tests - Consolidate/drop/reduce a lot of tests Signed-off-by: Cole Robinson <crobinso@redhat.com>
16 lines
489 B
XML
16 lines
489 B
XML
</numatune>
|
|
<os>
|
|
<type arch="i686">hvm</type>
|
|
- <loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
|
|
+ <loader type="rom" readonly="yes" secure="no">foo.bar</loader>
|
|
+ <nvram>/test/nvram.img</nvram>
|
|
+ <init>/bin/bash</init>
|
|
+ <bios useserial="yes"/>
|
|
+ <smbios mode="emulate"/>
|
|
</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.
|