kvmclock without catchup policy, suspend to mem and disk, delete vsock, remove dbus, delete smartcard
This commit is contained in:
@ -21,14 +21,14 @@
|
|||||||
<topology sockets="1" dies="1" cores="2" threads="2"/>
|
<topology sockets="1" dies="1" cores="2" threads="2"/>
|
||||||
</cpu>
|
</cpu>
|
||||||
<clock offset='utc'>
|
<clock offset='utc'>
|
||||||
<timer name='kvmclock' tickpolicy='catchup'/>
|
<timer name='kvmclock'/>
|
||||||
</clock>
|
</clock>
|
||||||
<on_poweroff>destroy</on_poweroff>
|
<on_poweroff>destroy</on_poweroff>
|
||||||
<on_reboot>restart</on_reboot>
|
<on_reboot>restart</on_reboot>
|
||||||
<on_crash>destroy</on_crash>
|
<on_crash>destroy</on_crash>
|
||||||
<pm>
|
<pm>
|
||||||
<suspend-to-mem enabled='no'/>
|
<suspend-to-mem enabled='yes'/>
|
||||||
<suspend-to-disk enabled='no'/>
|
<suspend-to-disk enabled='yes'/>
|
||||||
</pm>
|
</pm>
|
||||||
<devices>
|
<devices>
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||||
@ -41,7 +41,6 @@
|
|||||||
<controller type='virtio-serial' index='0'>
|
<controller type='virtio-serial' index='0'>
|
||||||
<model type='virtio-non-transitional'/>
|
<model type='virtio-non-transitional'/>
|
||||||
</controller>
|
</controller>
|
||||||
<smartcard mode='host'/>
|
|
||||||
<interface type='user'>
|
<interface type='user'>
|
||||||
<backend type='passt'/>
|
<backend type='passt'/>
|
||||||
<model type='virtio'/>
|
<model type='virtio'/>
|
||||||
@ -60,9 +59,10 @@
|
|||||||
<tpm model="tpm-crb">
|
<tpm model="tpm-crb">
|
||||||
<backend type="emulator" version="2.0"/>
|
<backend type="emulator" version="2.0"/>
|
||||||
</tpm>
|
</tpm>
|
||||||
<graphics type="dbus">
|
<graphics type="spice">
|
||||||
|
<listen type="none"/>
|
||||||
|
<image compression="off"/>
|
||||||
<gl enable="yes"/>
|
<gl enable="yes"/>
|
||||||
<audio id="1"/>
|
|
||||||
</graphics>
|
</graphics>
|
||||||
<video>
|
<video>
|
||||||
<model type="virtio" heads="1" primary="yes">
|
<model type="virtio" heads="1" primary="yes">
|
||||||
@ -80,9 +80,6 @@
|
|||||||
<target dir="mnt"/>
|
<target dir="mnt"/>
|
||||||
<readonly/>
|
<readonly/>
|
||||||
</filesystem>
|
</filesystem>
|
||||||
<vsock model="virtio-non-transitional">
|
|
||||||
<cid auto="yes"/>
|
|
||||||
</vsock>
|
|
||||||
<iommu model="virtio"/>
|
<iommu model="virtio"/>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
|
Reference in New Issue
Block a user