mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
17 lines
366 B
XML
17 lines
366 B
XML
--- Original XML
|
|
+++ Altered XML
|
|
@@ -19,10 +19,9 @@
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<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. |