summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1036
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1036
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1036')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/103615
1 files changed, 0 insertions, 15 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1036 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1036
deleted file mode 100644
index b34f0dc20..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1036
+++ /dev/null
@@ -1,15 +0,0 @@
-QEMU immediately exits when combining a GL-enabled SDL display with SPICE
-Description of problem:
-Running QEMU with the given command line results in QEMU immediately exiting with this line being printed, and no other output:
-
-```
-qemu-system-x86_64: Display spice is incompatible with the GL context
-```
-
-I am unsure whether this is a supported mode of setting up QEMU, but QEMU 6.2.0 ran just fine with it (or, to be more precise, it wasn't an issue until ac32b2fff127843355b4f7e7ac9f93dd4a395adf).
-
-The issue does not happen with `-display sdl,gl=off`, as GL is presumably not involved at all in that case.
-Steps to reproduce:
-1. Run `./qemu-system-x86_64 -display sdl,gl=on -spice port=5930`.
-Additional information:
-This issue has been reproduced on other distributions, including Ubuntu 20.04 and Ubuntu 22.04.