diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/hypervisor/2875 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/2875')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/2875 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/2875 b/results/classifier/deepseek-2-tmp/output/hypervisor/2875 deleted file mode 100644 index 5b816bc2..00000000 --- a/results/classifier/deepseek-2-tmp/output/hypervisor/2875 +++ /dev/null @@ -1,30 +0,0 @@ - -[Virtio-GPU Venus] QEMU Virtio-GPU Venus with Lavapipe ICD shows corrupted graphical output along with error prints -Description of problem: -QEMU Virtio-GPU Venus with Lavapipe ICD shows corrupted graphical output (screenshots attached ahead) along with the following error prints, as guest_errors are enabled in QEMU command line `-d guest_errors`: -``` -VK_DRIVER_FILES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json ./qemu-system-x86_64 -enable-kvm -M q35 -smp 4 -m 4G -cpu host -net nic,model=virtio -net user,hostfwd=tcp::2222-:22 -d guest_errors -device virtio-vga-gl,hostmem=4G,blob=true,venus=true -vga none -display gtk,gl=on,show-cursor=on -usb -device usb-tablet -object memory-backend-memfd,id=mem1,size=4G -machine memory-backend=mem1 -hda ubuntu-2504.qcow2 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -virtio_gpu_virgl_unmap_resource_blob: failed to unmap virgl resource: Invalid argument -virtio_gpu_virgl_process_cmd: ctrl 0x209, error 0x1200 -``` -Steps to reproduce: -1. Used steps mentioned here: https://gist.github.com/peppergrayxyz/fdc9042760273d137dddd3e97034385f, to build virglrenderer-1.1.0 with Venus support, and to build QEMU (latest: v10.0.0-rc1) with virglrenderer support. -2. Run QEMU with Lavapipe ICD using the command shared above. -3. When the QEMU guest is up, install required packages such as `sudo apt-get install -y mesa* vulkan* libvulkan* vkmark` and run vkcube / vkmark with VirtIO ICD: -``` -VK_DRIVER_FILES=/usr/share/vulkan/icd.d/virtio_icd.x86_64.json vkcube --wsi wayland -``` -Additional information: -Attaching screenshots for the error observed on guest side: -,  -Collected logs with tracing enabled (`meson setup -Dvenus=true -Dvenus-validate=true -Dvideo=true -Dtracing=stderr build`) in virglrenderer as well: [virgl-tracing-stderr.log](/uploads/202c698b7c265cde7c83b441a6a7abdb/virgl-tracing-stderr.log). Search for error in the log file. |