remove extra clock, host-model CPU

This commit is contained in:
Lukas Greve
2025-06-21 14:50:00 +02:00
parent d8a09db2ce
commit be2f85380d
2 changed files with 6 additions and 14 deletions
+1 -5
View File
@@ -37,15 +37,11 @@
<kvm>
<hidden state="on"/>
</kvm>
<vmport state="off"/>
</features>
<cpu mode="host-passthrough" check="none" migratable="on">
<cpu mode="host-model">
<topology sockets="1" dies="1" cores="2" threads="2"/>
</cpu>
<clock offset="localtime">
<timer name="rtc" tickpolicy="catchup"/>
<timer name="pit" tickpolicy="delay"/>
<timer name="hpet" present="no"/>
<timer name="hypervclock" present="yes"/>
</clock>
<on_poweroff>destroy</on_poweroff>