mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
1341928e92
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
13 lines
414 B
XML
13 lines
414 B
XML
<loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
|
|
</os>
|
|
<idmap>
|
|
- <uid start="0" target="1000" count="10"/>
|
|
- <gid start="0" target="1000" count="10"/>
|
|
+ <uid start="0" target="2000" count="30"/>
|
|
+ <gid start="0" target="3000" count="40"/>
|
|
</idmap>
|
|
<features>
|
|
<acpi/>
|
|
|
|
Domain 'test-many-devices' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |