diff options
Diffstat (limited to 'results/classifier/zero-shot/118/all/2637')
| -rw-r--r-- | results/classifier/zero-shot/118/all/2637 | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/all/2637 b/results/classifier/zero-shot/118/all/2637 new file mode 100644 index 000000000..7e525bd54 --- /dev/null +++ b/results/classifier/zero-shot/118/all/2637 @@ -0,0 +1,83 @@ +graphic: 0.994 +performance: 0.980 +device: 0.979 +vnc: 0.973 +x86: 0.969 +files: 0.962 +architecture: 0.953 +hypervisor: 0.951 +peripherals: 0.951 +kernel: 0.939 +ppc: 0.939 +boot: 0.929 +permissions: 0.928 +network: 0.924 +PID: 0.917 +socket: 0.909 +debug: 0.906 +assembly: 0.898 +register: 0.895 +VMM: 0.884 +KVM: 0.880 +risc-v: 0.877 +user-level: 0.868 +TCG: 0.832 +i386: 0.818 +virtual: 0.810 +arm: 0.786 +mistranslation: 0.769 +semantic: 0.667 + +ubuntu 22.04 virtio-vga-gl notwork +Description of problem: + +Steps to reproduce: +1.qemu-system-x86_64 \ + -m 2048 \ + -smp 2 \ + -hda /home/perilla/virt/redroid.qcow2 \ + -boot d \ + -net nic -net user,hostfwd=tcp::1122-:22,hostfwd=tcp::19000-:9000,hostfwd=tcp::15555-:5555 \ + -vnc :0 \ + -device virtio-vga-gl \ + -display sdl,gl=on \ + -enable-kvm + +the machine can't startup normally + +host console output: +qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n +qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n +gl_version 46 - core profile enabled\n + +after`gl_version` line, startup prograss stopped![image] + +vm console output: +it seems different every startup progress + +first time: + +{width=764 height=467} +second time: + +{width=780 height=415} + +2. +3. +Additional information: +when I use -device virtio-gpu, it works fine +qemu-system-x86_64 \ + -m 2048 \ + -smp 2 \ + -hda /home/username/virt/redroid.qcow2 \ + -boot d \ + -net nic -net user,hostfwd=tcp::1122-:22,hostfwd=tcp::19000-:9000,hostfwd=tcp::15555-:5555 \ + -vnc :0 \ + -device virtio-gpu \ + -display sdl,gl=on \ + -enable-kvm \ + -device qxl + +host console output:\n +qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n +qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n |