On Wed, Jun 12, 2013 at 04:22:52PM +0200, Kevin Wolf wrote: > The raw-posix driver has code to provide a /dev/cdrom on OS X even > though it doesn't really exist. However, since commit c66a6157 the real > filename is dismissed after finding it, so opening /dev/cdrom fails. > Put the filename back into the options QDict to make this work again. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > block/raw-posix.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>