Updated Quickstart qemu launch instructions. 81/25581/5
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>
Mon, 16 Nov 2020 14:47:26 +0000 (20:17 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 16 Nov 2020 15:11:49 +0000 (15:11 +0000)
Added -vga virtio to qemux86 doc.

Bug-AGL: [SPEC-3633]

Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I116fc5ac529d1ec0564f6a5f1e269a86837bb0c0
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25581
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md

index 08af3a0..0d4b501 100644 (file)
@@ -43,10 +43,10 @@ AGL provides a number of pre-built ready-made images of various versions.
 7. Launch QEMU with vinagre (for scaling), remove `- snapshot \` if you want to save changes to the image files :
 
 ```sh
-  $ ( sleep 5 && vinagre --vnc-scale localhost ) &
+  $ ( sleep 5 && vinagre --vnc-scale localhost ) > /tmp/vinagre.log 2>&1 &
     qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:35:02 -netdev user,id=net0,hostfwd=tcp::2222-:22 \
     -drive file=agl-demo-platform-crosssdk-qemux86-64.ext4,if=virtio,format=raw -show-cursor -usb -usbdevice tablet -device virtio-rng-pci \
-    -snapshot \
+    -snapshot -vga virtio \
     -vnc :0 -soundhw hda -machine q35 -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -enable-kvm \
     -m 2048 -serial mon:vc -serial mon:stdio -serial null -kernel bzImage \
     -append 'root=/dev/vda rw console=tty0 mem=2048M ip=dhcp oprofile.timer=1 console=ttyS0,115200n8 verbose fstab=no'
@@ -67,7 +67,7 @@ AGL provides a number of pre-built ready-made images of various versions.
     $ ( sleep 5 && vncviewer ) &
        qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:35:02 -netdev user,id=net0,hostfwd=tcp::2222-:22 \
        -drive file=agl-demo-platform-crosssdk-qemux86-64.ext4,if=virtio,format=raw -show-cursor -usb -usbdevice tablet -device virtio-rng-pci \
-       -snapshot \
+       -snapshot -vga virtio \
        -vnc :0 -soundhw hda -machine q35 -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -enable-kvm \
        -m 2048 -serial mon:vc -serial mon:stdio -serial null -kernel bzImage \
        -append 'root=/dev/vda rw console=tty0 mem=2048M ip=dhcp oprofile.timer=1 console=ttyS0,115200n8 verbose fstab=no'