mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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>
15 lines
399 B
XML
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. |