summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2639.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2639.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-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/2639.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2639.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2639.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2639.toml
new file mode 100644
index 00000000..39504816
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2639.toml
@@ -0,0 +1,32 @@
+id = 2639
+title = "[Regression] v9.1.1: hw/audio/hda audio output stream closes (SPICE)"
+state = "closed"
+created_at = "2024-10-25T23:29:40.650Z"
+closed_at = "2024-11-18T16:20:58.589Z"
+labels = ["Audio", "Regression", "spice", "workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2639"
+host-os = "Arch Linux"
+host-arch = "x86"
+qemu-version = "QEMU emulator version 9.1.1"
+guest-os = "Windows 10 LTSC 2021"
+guest-arch = "x86"
+description = """Beginning with QEMU 9.1.1, SPICE is unable to route audio from the guest to host. This affects `virt-viewer` as well as `Looking Glass`. Reverting packages to 9.1.0 restores functionality.
+
+Reported at [Arch Linux forums](https://bbs.archlinux.org/viewtopic.php?id=300475) and [Looking Glass discord](https://discord.com/channels/804108879436316733/1298405109210022038)
+
+----
+
+I've confirmed https://gitlab.com/qemu-project/qemu/-/commit/6d03242a7e47815ed56687ecd13f683d8da3f2fe caused the regression, applying reverse patch to 9.1.1 resolves the issue"""
+reproduce = "n/a"
+additional = """Debugging output from the [Looking Glass discord](https://discord.com/channels/804108879436316733/1298405109210022038/1298669405118664767):
+```
+00:00:00.633 [I]              main.c:1735 | lg_run                         | Starting session
+[New Thread 0x7fffd12006c0 (LWP 10071)]
+[New Thread 0x7fffc7e006c0 (LWP 10072)]
+00:00:00.633 [I]              main.c:553  | main_frameThread               | Using DMA buffer support
+00:00:01.339 [I]              main.c:710  | main_frameThread               | Format: FRAME_TYPE_BGRA 2560x1400 (2560x1400) stride:2560 pitch:10240 rotation:0 hdr:0 pq:0
+
+Thread 2 "spiceThread" received signal SIGPIPE, Broken pipe.
+[Switching to Thread 0x7fffdba006c0 (LWP 10024)]
+0x00007ffff712a6ea in send () from /usr/lib/libc.so.6
+```"""