Update mumble-vm.xml to match the one deployed at Libre en Communs
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
4dc5a46cbb
commit
f8e4064d6f
|
@ -1,7 +1,8 @@
|
||||||
<domain type="kvm">
|
<domain type="kvm">
|
||||||
<name>mumble-vm</name>
|
<name>audio.experimental.a-lec.org</name>
|
||||||
<memory unit="KiB">4194304</memory>
|
<memory unit="KiB">4194304</memory>
|
||||||
<currentMemory unit="KiB">4194304</currentMemory>
|
<currentMemory unit="KiB">4194304</currentMemory>
|
||||||
|
<vcpu placement="static">1</vcpu>
|
||||||
<resource>
|
<resource>
|
||||||
<partition>/machine</partition>
|
<partition>/machine</partition>
|
||||||
</resource>
|
</resource>
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||||
<disk type="file" device="disk">
|
<disk type="file" device="disk">
|
||||||
<driver name="qemu" type="raw"/>
|
<driver name="qemu" type="raw"/>
|
||||||
<source file="/var/lib/libvirt/images/distros/mumble-vm.img"/>
|
<source file="/srv/vmverse/noyau/audio.experimental.a-lec.org"/>
|
||||||
<target dev="vda" bus="virtio"/>
|
<target dev="vda" bus="virtio"/>
|
||||||
<address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0"/>
|
<address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0"/>
|
||||||
</disk>
|
</disk>
|
||||||
|
@ -52,7 +53,7 @@
|
||||||
</controller>
|
</controller>
|
||||||
<controller type="pci" index="0" model="pci-root"/>
|
<controller type="pci" index="0" model="pci-root"/>
|
||||||
<interface type="bridge">
|
<interface type="bridge">
|
||||||
<source bridge="lan0"/>
|
<source bridge="br0"/>
|
||||||
<model type="virtio"/>
|
<model type="virtio"/>
|
||||||
<address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
|
<address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
@ -81,16 +82,13 @@
|
||||||
</console>
|
</console>
|
||||||
<input type="keyboard" bus="ps2"/>
|
<input type="keyboard" bus="ps2"/>
|
||||||
<input type="mouse" bus="ps2"/>
|
<input type="mouse" bus="ps2"/>
|
||||||
<graphics type="spice" autoport="yes" listen="127.0.0.1">
|
<graphics type="spice">
|
||||||
<listen type="address" address="127.0.0.1"/>
|
<listen type="none"/>
|
||||||
<gl enable="no"/>
|
<gl enable="no"/>
|
||||||
</graphics>
|
</graphics>
|
||||||
<audio id="1" type="spice"/>
|
<audio id="1" type="spice"/>
|
||||||
<video>
|
<video>
|
||||||
<model type="virtio" heads="1" primary="yes">
|
<model type="none"/>
|
||||||
<acceleration accel3d="no"/>
|
|
||||||
</model>
|
|
||||||
<address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
|
|
||||||
</video>
|
</video>
|
||||||
<memballoon model="virtio">
|
<memballoon model="virtio">
|
||||||
<address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/>
|
<address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/>
|
||||||
|
|
Loading…
Reference in New Issue