second
This commit is contained in:
parent
19597c9297
commit
d29b1e4542
128 changed files with 15399 additions and 61 deletions
|
@ -0,0 +1,80 @@
|
|||
<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>
|
||||
<allocation mode='ondemand'/>
|
||||
<discard/>
|
||||
<nosharepages/>
|
||||
</memoryBacking>
|
||||
<blkiotune>
|
||||
<weight>250</weight>
|
||||
</blkiotune>
|
||||
<vcpu placement='static' cpuset='1'>1</vcpu>
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
<acpi/>
|
||||
<hap/>
|
||||
<pvspinlock state='on'/>
|
||||
<pmu state='off'/>
|
||||
<vmport state='off'/>
|
||||
</features>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<clock offset='utc'>
|
||||
<timer name='rtc' present='no'/>
|
||||
<timer name='kvmclock' present='no'/>
|
||||
<timer name='pit' present='no'/>
|
||||
<timer name='hpet' present='no'/>
|
||||
<timer name='hypervclock' present='no'/>
|
||||
</clock>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>restart</on_crash>
|
||||
<pm>
|
||||
<suspend-to-mem enabled='no'/>
|
||||
<suspend-to-disk enabled='no'/>
|
||||
</pm>
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/Kicksecure.qcow2'/>
|
||||
<target dev='vda' bus='virtio'/>
|
||||
</disk>
|
||||
<interface type='network'>
|
||||
<source network='default'/>
|
||||
<model type='virtio'/>
|
||||
<driver name='qemu'/>
|
||||
</interface>
|
||||
<controller type='virtio-serial' index='0'/>
|
||||
<serial type='pty'>
|
||||
<target port='0'/>
|
||||
</serial>
|
||||
<console type='pty'>
|
||||
<target type='serial' port='0'/>
|
||||
</console>
|
||||
<channel type='spicevmc'>
|
||||
<target type='virtio' name='com.redhat.spice.0'/>
|
||||
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
||||
</channel>
|
||||
<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='virtio' heads='1' primary='yes'/>
|
||||
</video>
|
||||
<memballoon model='none'/>
|
||||
<rng model='virtio'>
|
||||
<backend model='random'>/dev/urandom</backend>
|
||||
</rng>
|
||||
</devices>
|
||||
</domain>
|
|
@ -0,0 +1,80 @@
|
|||
<domain type='kvm'>
|
||||
<name>Whonix-Custom-Workstation</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>
|
||||
<allocation mode='ondemand'/>
|
||||
<discard/>
|
||||
<nosharepages/>
|
||||
</memoryBacking>
|
||||
<blkiotune>
|
||||
<weight>250</weight>
|
||||
</blkiotune>
|
||||
<vcpu placement='static' cpuset='1'>1</vcpu>
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
<acpi/>
|
||||
<hap/>
|
||||
<pvspinlock state='on'/>
|
||||
<pmu state='off'/>
|
||||
<vmport state='off'/>
|
||||
</features>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<clock offset='utc'>
|
||||
<timer name='rtc' present='no'/>
|
||||
<timer name='kvmclock' present='no'/>
|
||||
<timer name='pit' present='no'/>
|
||||
<timer name='hpet' present='no'/>
|
||||
<timer name='hypervclock' present='no'/>
|
||||
</clock>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>restart</on_crash>
|
||||
<pm>
|
||||
<suspend-to-mem enabled='no'/>
|
||||
<suspend-to-disk enabled='no'/>
|
||||
</pm>
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/Whonix-Custom-Workstation.qcow2'/>
|
||||
<target dev='vda' bus='virtio'/>
|
||||
</disk>
|
||||
<interface type='network'>
|
||||
<source network='Whonix-Internal'/>
|
||||
<model type='virtio'/>
|
||||
<driver name='qemu'/>
|
||||
</interface>
|
||||
<controller type='virtio-serial' index='0'/>
|
||||
<serial type='pty'>
|
||||
<target port='0'/>
|
||||
</serial>
|
||||
<console type='pty'>
|
||||
<target type='serial' port='0'/>
|
||||
</console>
|
||||
<channel type='spicevmc'>
|
||||
<target type='virtio' name='com.redhat.spice.0'/>
|
||||
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
||||
</channel>
|
||||
<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='virtio' heads='1' primary='yes'/>
|
||||
</video>
|
||||
<memballoon model='none'/>
|
||||
<rng model='virtio'>
|
||||
<backend model='random'>/dev/urandom</backend>
|
||||
</rng>
|
||||
</devices>
|
||||
</domain>
|
|
@ -0,0 +1,6 @@
|
|||
<network>
|
||||
<name>Whonix-External</name>
|
||||
<forward mode='nat'/>
|
||||
<bridge name='virbr1' stp='on' delay='0'/>
|
||||
<ip address='10.0.2.2' netmask='255.255.255.0'/>
|
||||
</network>
|
|
@ -0,0 +1,82 @@
|
|||
<domain type='kvm'>
|
||||
<name>Whonix-Gateway</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'>524288</memory>
|
||||
<currentMemory unit='KiB'>524288</currentMemory>
|
||||
<memoryBacking>
|
||||
<allocation mode='ondemand'/>
|
||||
<discard/>
|
||||
<nosharepages/>
|
||||
</memoryBacking>
|
||||
<blkiotune>
|
||||
<weight>250</weight>
|
||||
</blkiotune>
|
||||
<vcpu placement='static' cpuset='0'>1</vcpu>
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
<acpi/>
|
||||
<hap/>
|
||||
<pvspinlock state='on'/>
|
||||
<pmu state='off'/>
|
||||
<vmport state='off'/>
|
||||
</features>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<clock offset='utc'>
|
||||
<timer name='rtc' tickpolicy='catchup' track='guest'/>
|
||||
<timer name='kvmclock' present='yes'/>
|
||||
<timer name='pit' present='no'/>
|
||||
<timer name='hpet' present='no'/>
|
||||
<timer name='hypervclock' present='no'/>
|
||||
</clock>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>restart</on_crash>
|
||||
<pm>
|
||||
<suspend-to-mem enabled='no'/>
|
||||
<suspend-to-disk enabled='no'/>
|
||||
</pm>
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/Whonix-Gateway.qcow2'/>
|
||||
<target dev='vda' bus='virtio'/>
|
||||
</disk>
|
||||
<interface type='network'>
|
||||
<source network='Whonix-External'/>
|
||||
<model type='virtio'/>
|
||||
<driver name='qemu'/>
|
||||
</interface>
|
||||
<interface type='network'>
|
||||
<source network='Whonix-Internal'/>
|
||||
<model type='virtio'/>
|
||||
<driver name='qemu'/>
|
||||
</interface>
|
||||
<controller type='virtio-serial' index='0'/>
|
||||
<serial type='pty'>
|
||||
<target port='0'/>
|
||||
</serial>
|
||||
<console type='pty'>
|
||||
<target type='serial' port='0'/>
|
||||
</console>
|
||||
<channel type='spicevmc'>
|
||||
<target type='virtio' name='com.redhat.spice.0'/>
|
||||
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
||||
</channel>
|
||||
<graphics type='spice' autoport='yes'>
|
||||
<clipboard copypaste='yes'/>
|
||||
<filetransfer enable='no'/>
|
||||
<gl enable='no'/>
|
||||
</graphics>
|
||||
<video>
|
||||
<model type='virtio' heads='1' primary='yes'/>
|
||||
</video>
|
||||
<memballoon model='none'/>
|
||||
<rng model='virtio'>
|
||||
<backend model='random'>/dev/urandom</backend>
|
||||
</rng>
|
||||
</devices>
|
||||
</domain>
|
|
@ -0,0 +1,4 @@
|
|||
<network>
|
||||
<name>Whonix-Internal</name>
|
||||
<bridge name='virbr2' stp='on' delay='0'/>
|
||||
</network>
|
|
@ -0,0 +1,80 @@
|
|||
<domain type='kvm'>
|
||||
<name>Whonix-Workstation</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>
|
||||
<allocation mode='ondemand'/>
|
||||
<discard/>
|
||||
<nosharepages/>
|
||||
</memoryBacking>
|
||||
<blkiotune>
|
||||
<weight>250</weight>
|
||||
</blkiotune>
|
||||
<vcpu placement='static' cpuset='1'>1</vcpu>
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
<acpi/>
|
||||
<hap/>
|
||||
<pvspinlock state='on'/>
|
||||
<pmu state='off'/>
|
||||
<vmport state='off'/>
|
||||
</features>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<clock offset='utc'>
|
||||
<timer name='rtc' present='no'/>
|
||||
<timer name='kvmclock' present='no'/>
|
||||
<timer name='pit' present='no'/>
|
||||
<timer name='hpet' present='no'/>
|
||||
<timer name='hypervclock' present='no'/>
|
||||
</clock>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>restart</on_crash>
|
||||
<pm>
|
||||
<suspend-to-mem enabled='no'/>
|
||||
<suspend-to-disk enabled='no'/>
|
||||
</pm>
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/Whonix-Workstation.qcow2'/>
|
||||
<target dev='vda' bus='virtio'/>
|
||||
</disk>
|
||||
<interface type='network'>
|
||||
<source network='Whonix-Internal'/>
|
||||
<model type='virtio'/>
|
||||
<driver name='qemu'/>
|
||||
</interface>
|
||||
<controller type='virtio-serial' index='0'/>
|
||||
<serial type='pty'>
|
||||
<target port='0'/>
|
||||
</serial>
|
||||
<console type='pty'>
|
||||
<target type='serial' port='0'/>
|
||||
</console>
|
||||
<channel type='spicevmc'>
|
||||
<target type='virtio' name='com.redhat.spice.0'/>
|
||||
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
||||
</channel>
|
||||
<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='virtio' heads='1' primary='yes'/>
|
||||
</video>
|
||||
<memballoon model='none'/>
|
||||
<rng model='virtio'>
|
||||
<backend model='random'>/dev/urandom</backend>
|
||||
</rng>
|
||||
</devices>
|
||||
</domain>
|
Loading…
Add table
Add a link
Reference in a new issue