From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai2Hz-0002kj-39 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 12:02:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai2Hv-0002kL-Tl for qemu-devel@nongnu.org; Mon, 21 Mar 2016 12:02:43 -0400 Date: Mon, 21 Mar 2016 17:02:24 +0100 From: Kevin Wolf Message-ID: <20160321160224.GA4985@noname.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] ping [PATCH v15] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , Qemu-block Am 21.03.2016 um 16:41 hat Programmingkid geschrieben: > http://patchwork.ozlabs.org/patch/591171/ > > 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 Thanks, applied to the block branch. Kevin