You are not logged in.
qemu failed to run when virgl option was on.
qemu-system-x86_64: warning: '-soundhw es1370' is deprecated, please use '-device ES1370' instead
gl_version 45 - core profile enabled
vrend_renderer_fill_caps: Entering with stale GL error: 1280
GLSL feature level 430
virtio_input_hid_handle_status: unknown type 20
virtio_input_hid_handle_status: unknown type 20
-device virtio-vga,virgl=off
Below is the command I ran.
$ qemu-system-x86_64 -enable-kvm -m 2048 -smp 2 -cpu host -soundhw es1370 -device virtio-mouse-pci -device virtio-keyboard-pci -serial mon:stdio -boot menu=on -net nic -net user,hostfwd=tcp::5555-:22 -device virtio-vga,virgl=off -display gtk,gl=off -hda androidx86_hda.img -cdrom android-x86-8.1-r6.iso
qemu-system-x86_64: warning: '-soundhw es1370' is deprecated, please use '-device ES1370' instead
After loading the android setup, I got stuck on the disk partition menu. My Xorg's system keyboard layout for English is Colemak. The android setup inside qemu ignores key values Xorg are sending. It's weird. I think if I plug in Qwerty USB keyboard, I would enter characters correctly during the setup.
Offline