summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1519.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/1519.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/1519.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1519.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1519.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1519.toml
new file mode 100644
index 00000000..ed99389c
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1519.toml
@@ -0,0 +1,20 @@
+id = 1519
+title = "audio recording not working on qemu"
+state = "closed"
+created_at = "2023-02-28T10:54:19.801Z"
+closed_at = "2023-03-03T15:28:19.896Z"
+labels = ["Audio"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1519"
+host-os = "Fedora 36"
+host-arch = "x86_64"
+qemu-version = "QEMU emulator version 7.2.50"
+guest-os = "Fedora 37"
+guest-arch = "x86_64"
+description = """QEMU fails to record audio from the guest even when the device options hda-duplex and hda-micro options are used. Tried using the other available audio backends (alsa and sdl) but recording on the guest still fails"""
+reproduce = """1. run the qemu command line above with any of the available audio backends
+2. record audio on the guest 
+3. arecord -vv -d 5 recordng.wav
+4. there's an attempt to record but it hangs
+5. play recorded audio, there's no output
+6. aplay recordng.wav"""
+additional = """"""