I'm new to Android-x86. I just downloaded android-x86_64-7.1-rc1.iso and tried it on kvm.
If I didn't use '-vga' option, which I believe uses cirrus by default, I can't boot android-x86.
The following error occurs when I boot with debug option.
The same thing goes if I use '-vga cirrus'.
If I changed the option to '-vga std', it worked. For example,
$ qemu-system-x86_64 -enable-kvm -m 4G -hda android.img -vga std
I have to use cirrus driver on some platform so I want to get it work with '-vga cirrus'.
How do I get around the errors? Any debugging tips?
Thanks!
