Files
virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-features.xml
Chen Hanxiao fcac052cdc virt-install: add support for user namespace
This patch will enable configuring idmap.
It could be used as enable user namespace
for LXC containers.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-02-09 13:16:34 -05:00

15 lines
399 B
XML

<gid start="0" target="1000" count="10"/>
</idmap>
<features>
- <acpi/>
- <apic eoi="off"/>
+ <apic eoi="on"/>
<hyperv>
- <relaxed state="on"/>
+ <relaxed state="off"/>
<vapic state="on"/>
<spinlocks state="on" retries="12287"/>
</hyperv>
Domain 'test-many-devices' defined successfully.
Changes will take effect after the next domain shutdown.