summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/588691
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/588691')
-rw-r--r--results/scraper/launchpad-without-comments/5886918
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/588691 b/results/scraper/launchpad-without-comments/588691
new file mode 100644
index 000000000..0cee724dc
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/588691
@@ -0,0 +1,8 @@
+QEMU is not correctly detecting host CDs
+
+QEMU's block layer contains code for detecting and using ioctls when real CD-ROM host devices are attached.
+
+This detection is not working in some host OSes while bad implemented on anothers.
+
+E.g., in Linux host qemu -cdrom /dev/sr0 is not detecting it as a CD-ROM
+E.g., in Mac OS X host qemu asks the kernel to enumerate optical devices and the compares it to the constant string "/dev/cdrom". This is useless, that enumeration is just enough, and "/dev/cdrom" will NEVER exist in Mac OS X unless manually created by the user.
\ No newline at end of file