block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
authorProgrammingkid <programmingkidx@gmail.com>
Mon, 21 Mar 2016 15:41:28 +0000 (11:41 -0400)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Mar 2016 09:59:32 +0000 (11:59 +0200)
commitd0855f1235ed203700a3a24fc7e138490c272117
tree589f4722536e0b97a742a0005bfb61bc8992c3c9
parent73ac451f3435910433900d7d01a1cac6ccb401e6
block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host

Mac OS X can be picky when it comes to allowing the user
to use physical devices in QEMU. Most mounted volumes
appear to be off limits to QEMU. If an issue is detected,
a message is displayed showing the user how to unmount a
volume. Now QEMU uses both CD and DVD media.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c