Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion usr/share/whonix-libvirt/xml/Kicksecure.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<domain type='kvm'>
<name>Kicksecure</name>
<description>Do not change any settings if you do not understand the consequences! Learn more: https://www.whonix.org/wiki/KVM#XML_Settings</description>
<genid/>
<memory dumpCore='off' unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<memoryBacking>
Expand Down Expand Up @@ -48,6 +49,7 @@
<source network='default'/>
<model type='virtio'/>
<driver name='qemu'/>
<rom bar='off'/>
</interface>
<controller type='virtio-serial' index='0'/>
<serial type='pty'>
Expand All @@ -63,12 +65,13 @@
<graphics type='spice' autoport='yes'>
<clipboard copypaste='no'/>
<filetransfer enable='no'/>
<gl enable='no'/>
</graphics>
<sound model='ich6'>
<codec type='output'/>
</sound>
<video>
<model type='qxl' ram='65536' vram='65536' heads='1'/>
<model type='virtio' heads='1' primary='yes'>
</video>
<memballoon model='none'/>
<rng model='virtio'>
Expand Down