On Mon, Jul 6, 2015 at 4:58 PM, Programmingkid <programmingk...@gmail.com> wrote: > Quick question, In order to use a real cdrom in buffered mode (/dev/disk1s0), > QEMU would have to unmount the cdrom from the desktop. Is unmounting the > cdrom in the hdev_open() function ok? . I am making a version 3 of the cdrom > patch, so please disregard the last patch.
Please keep qemu-devel@nongnu.org CCed so discussion stays on the mailing list and others can participate. Does the user need to manually mount the CD-ROM again after QEMU has terminated? If so, then maybe the user should manually unmount before running QEMU. Stefan