mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Enable spice-vdagent
This commit is contained in:
parent
b124788960
commit
b99319a2fe
3 changed files with 12 additions and 1 deletions
4
appvm.go
4
appvm.go
|
@ -49,6 +49,10 @@ var xmlTmpl = `
|
|||
<listen type='address'/>
|
||||
<image compression='off'/>
|
||||
</graphics>
|
||||
<!-- Guest additionals support -->
|
||||
<channel type='spicevmc'>
|
||||
<target type='virtio' name='com.redhat.spice.0'/>
|
||||
</channel>
|
||||
<!-- Fake (because -snapshot) writeback image -->
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2' cache='writeback' error_policy='report'/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue