diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/2391 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2391')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/2391 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2391 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2391 deleted file mode 100644 index 8881126f5..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/2391 +++ /dev/null @@ -1,16 +0,0 @@ -virglrenderer related -device help failure -Description of problem: -When QEMU is compiled against a recent `virglrenderer` version, running the above command fails like this: -``` -$ qemu-system-x86_64 -device virtio-vga-gl,help -qemu-system-x86_64: -device virtio-vga-gl,help: failed to open module: /usr/bin/../lib/qemu/hw-display-virtio-gpu-gl.so: undefined symbol: qemu_egl_display -``` -Steps to reproduce: -1. build QEMU against latest `virglrenderer` (1.0.1) -2. run the above command -Additional information: -The cause appears to be related to e8a2db94 cc @marcandre.lureau-rh - -Arch only recently updated to latest `virglrenderer` which has exposed the issue. - -Note that the device seems to function correctly in normal usage when combined with -display e.g. `-device virtio-vga-gl -display gtk,gl=on` |