diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1036.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1036.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1036.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1036.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1036.toml new file mode 100644 index 00000000..26ce80b4 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1036.toml @@ -0,0 +1,23 @@ +id = 1036 +title = "QEMU immediately exits when combining a GL-enabled SDL display with SPICE" +state = "closed" +created_at = "2022-05-24T10:15:51.538Z" +closed_at = "2023-03-21T08:39:35.448Z" +labels = ["GUI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1036" +host-os = "Arch Linux" +host-arch = "x86" +qemu-version = "7.0.0 (also reproducible on latest `master`, 3757b0d08b399c609954cf57f273b1167e5d7a8d)." +guest-os = "n/a" +guest-arch = "n/a" +description = """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.""" +reproduce = """1. Run `./qemu-system-x86_64 -display sdl,gl=on -spice port=5930`.""" +additional = """This issue has been reproduced on other distributions, including Ubuntu 20.04 and Ubuntu 22.04.""" |