summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/graphic/2671
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/105/graphic/2671')
-rw-r--r--results/classifier/zero-shot/105/graphic/267130
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/graphic/2671 b/results/classifier/zero-shot/105/graphic/2671
new file mode 100644
index 00000000..f09d5aa7
--- /dev/null
+++ b/results/classifier/zero-shot/105/graphic/2671
@@ -0,0 +1,30 @@
+graphic: 0.819
+device: 0.393
+boot: 0.197
+vnc: 0.170
+mistranslation: 0.168
+instruction: 0.117
+semantic: 0.115
+network: 0.073
+other: 0.034
+socket: 0.031
+assembly: 0.017
+KVM: 0.002
+
+[Virtio-GPU Venus] I compiled virglrenderer with Venus support on 1.1.0,but could not boot QEMU with virtio-gpu Venus
+Description of problem:
+When I tried to use virtio-gpu-gl with venus=true like the template,it shows:
+![图片](/uploads/6481812acb0d2ada333f4b47b110cbb8/图片.png){width=1251 height=75}
+But I have already compile virglrenderer using:
+ meson setup build \
+ -Dvenus=true \
+ -Drender-server=true \
+ -Drender-server-worker=thread \
+ -Dbuildtype=release \
+ -Dprefix=${INSTDIR}
+
+and run QEMU with designated environment variables,but it still cannot boot,but if I use QEMU-8.0 with Venus-v17 patch and it works😭
+Steps to reproduce:
+Just use "-device virtio-gpu-gl,hostmem=4G,blob=true,venus=true" and it will show the problem
+Additional information:
+No