Support des modules a tester

This commit is contained in:
Marc
2021-12-14 14:19:14 +01:00
parent 2209a9a36d
commit 4aee41a5d6
17 changed files with 368 additions and 27 deletions
+5 -3
View File
@@ -1,14 +1,16 @@
echo "Attention sur linux le son est a zero par default dans le paneau de config"
qemu-system-x86_64\
-boot menu=on\
-machine type=q35,accel=kvm\
-enable-kvm\
-object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0\
-cpu host\
-smp 2\
-m 4G\
-m 4G -device virtio-balloon\
-drive file=disk.img,format=raw\
-net user\
-k fr\
-vga qxl\
-audiodev pa,id=hda,out.mixing-engine=on \
-device intel-hda -device hda-output,audiodev=hda
-device intel-hda -device hda-output,audiodev=hda \
-netdev user,id=net0 \
-device virtio-net-pci,netdev=net0