summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/668.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/668.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/668.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/668.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/668.toml b/gitlab/issues/target_missing/host_missing/accel_missing/668.toml
new file mode 100644
index 00000000..41d84e6d
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/668.toml
@@ -0,0 +1,29 @@
+id = 668
+title = "No trace verbs"
+state = "closed"
+created_at = "2021-10-13T20:10:08.961Z"
+closed_at = "2021-10-14T20:30:54.300Z"
+labels = []
+url = "https://gitlab.com/qemu-project/qemu/-/issues/668"
+host-os = "Manjaro Linux"
+host-arch = "x86_64"
+qemu-version = "6.1.0"
+guest-os = "Windows 10 21H1 (actually [ReviOS](https://revi.cc) but I think that's the same)"
+guest-arch = "x86"
+description = """I am trying to follow [this tutorial](https://github.com/ryanprescott/realtek-verb-tools/wiki/How-to-sniff-verbs-from-a-Windows-sound-driver) to get my sound working again, but I am stuck at the step where I have to analyse the verbs, because I get none. They say I should get things similar to this:
+```
+CORB[1] = 0xf0000 (caddr:0x0 nid:0x0 control:0xf00 param:0x0)
+CORB[2] = 0xf0002 (caddr:0x0 nid:0x0 control:0xf00 param:0x2)
+CORB[3] = 0xf0004 (caddr:0x0 nid:0x0 control:0xf00 param:0x4)
+RIRBWP advance to 3, last WP 0
+CORB caddr:0x0 nid:0x0 control:0xf00 param:0x0 response:0x10ec0245 (ex 0x0)
+CORB caddr:0x0 nid:0x0 control:0xf00 param:0x2 response:0x100001 (ex 0x0)
+CORB caddr:0x0 nid:0x0 control:0xf00 param:0x4 response:0x10001 (ex 0x0)
+```
+in the `qemu-output.txt` file, but instead I am getting [this](https://github.com/ryanprescott/realtek-verb-tools/files/7331986/qemu-output.txt) in the console.
+
+How do I get verbs in the first format ?
+
+I tried compiling qemu from source with this: `./configure --enable-trace-backends=log --target-list=x86_64-softmmu`, but that produced the same result as using the `qemu-system-x86_64` command that I got by installing qemu with my package manager."""
+reproduce = """https://github.com/ryanprescott/realtek-verb-tools/wiki/How-to-sniff-verbs-from-a-Windows-sound-driver"""
+additional = """I don't know, as me if I am missing something"""