Skip to content

Commit 1283b33

Browse files
committed
Automatic commit Fri 30 Oct 2020 10:47:49 PM EET
1 parent cdfc88c commit 1283b33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vms/vm_new

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ case $1 in
1313
-machine accel=kvm -cpu host -smp 4,sockets=1,cores=2,threads=2 -m 2G \
1414
-drive file=/mnt/SSD/android.qcow2,if=virtio \
1515
-netdev type=user,id=mynet0,net=192.168.250.0/24,hostfwd=tcp::2222-:22 -device virtio-net-pci,netdev=mynet0 \
16-
-display spice-app -vga none -device qxl-vga,vgamem_mb=32 \
16+
-display sdl,gl=on -device virtio-vga,virgl=on \
1717
-device qemu-xhci -device usb-tablet \
1818
-audiodev alsa,id=snd0 -device es1370,audiodev=snd0 \
1919
-boot once=c,menu=off \
20-
-device virtio-serial-pci -spice unix,addr=/home/alamot/.cache/qemu/android/spice.sock,disable-ticketing \
21-
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent \
2220
"${@:2}"
2321
set +x;;
2422
"gsm" )

0 commit comments

Comments
 (0)