summary refs log tree commit diff stats
path: root/results/classifier/118/none/1141
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/none/1141')
-rw-r--r--results/classifier/118/none/114140
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/118/none/1141 b/results/classifier/118/none/1141
new file mode 100644
index 000000000..ba394b528
--- /dev/null
+++ b/results/classifier/118/none/1141
@@ -0,0 +1,40 @@
+graphic: 0.243
+performance: 0.160
+x86: 0.124
+architecture: 0.117
+device: 0.091
+files: 0.082
+permissions: 0.066
+semantic: 0.065
+register: 0.048
+hypervisor: 0.046
+ppc: 0.040
+PID: 0.035
+mistranslation: 0.035
+virtual: 0.029
+kernel: 0.029
+peripherals: 0.028
+boot: 0.025
+debug: 0.023
+network: 0.015
+socket: 0.015
+arm: 0.015
+vnc: 0.014
+risc-v: 0.013
+VMM: 0.012
+TCG: 0.010
+user-level: 0.009
+i386: 0.006
+assembly: 0.005
+KVM: 0.002
+
+virtio-gpu-gl-pci not working with arm/aarch64
+Description of problem:
+Since migration to using virtio-gpu-gl-pci instead of virtio-gpu-pci (commit 17cdac0b51bc4ad7a68c3e5e0b1718729b74d512, used git-bisect to find the problem) my arm guests fail to load. If I use -device virtio-gpu-gl-pci, I don't get any image on the virtual guest screen. If I use -device virtio-gpu-pci, I can boot the guest and get the image, but GL acceleration is not working. Changing sdl to gtk doesn't help.
+Steps to reproduce:
+1. Download debian netinstall boot iso for arm (https://cdimage.debian.org/debian-cd/current/armhf/iso-cd/debian-11.4.0-armhf-netinst.iso)
+2. Copy edk2-arm-code.fd and edk2-arm-vars.fd files from build dir.
+3. Run command line ```qemu-system-arm -machine virt -m 512 -cdrom debian.iso -device virtio-gpu-gl-pci -display sdl,gl=on,show-cursor=on -pflash edk2-arm-code.fd -pflash edk2-arm-vars.fd```, get a black virtual screen.
+4. Run command line ```qemu-system-arm -machine virt -m 512 -cdrom debian.iso -device virtio-gpu-pci -display sdl,gl=on,show-cursor=on -pflash edk2-arm-code.fd -pflash edk2-arm-vars.fd```, get an image on the virtual screen.
+Additional information:
+I have an x86_64 guest which uses virgl, and it runs fine after 17cdac0b51bc4ad7a68c3e5e0b1718729b74d512 with only changing virtio-gpu-pci to virtio-gpu-gl-pci