summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1246890
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1246890')
-rw-r--r--results/scraper/launchpad-without-comments/124689014
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1246890 b/results/scraper/launchpad-without-comments/1246890
new file mode 100644
index 00000000..b5a962a2
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1246890
@@ -0,0 +1,14 @@
+AC97 sound card crashes QEMU
+
+The AC97 sound card does not work. It stops QEMU on startup. The cause appears to be some kind of deadlock. 
+
+Steps to reproduce:
+Just add -soundhw ac97 to QEMU's arguments. Example: qemu-system-ppc -soundhw ac97
+
+The example above is all it takes to reproduce the problem.
+
+This problem has been observed on Mac OS X and Debian Linux. 
+
+I question whether the ac97 support ever worked. It is a file that was taken from VirtualBox and added to QEMU. I do know that VirtualBox's support for the ac97 sound card works perfectly. 
+
+The exact line of code that stops QEMU in its tracks is located in the file main-loop.c, in the function os_host_main_loop_wait(), the call made to qemu_mutex_lock_iothread(). The is where QEMU stops under Mac OS X.
\ No newline at end of file