summary refs log tree commit diff stats
path: root/gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml')
-rw-r--r--gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml b/gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml
new file mode 100644
index 000000000..ed2fbf444
--- /dev/null
+++ b/gitlab/issues_toml/target_missing/host_missing/accel_missing/2391.toml
@@ -0,0 +1,24 @@
+id = 2391
+title = "virglrenderer related -device help failure"
+state = "closed"
+created_at = "2024-06-13T20:22:03.236Z"
+closed_at = "2024-07-23T14:58:33.097Z"
+labels = ["workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2391"
+host-os = "Arch Linux"
+host-arch = "x86-64"
+qemu-version = "QEMU emulator version 9.0.1"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """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
+```"""
+reproduce = """1. build QEMU against latest `virglrenderer` (1.0.1)
+2. run the above command"""
+additional = """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`"""