From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJmUS-0004wH-0l for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:14:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJmUN-00064v-L9 for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:14:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJmUN-00064p-Ds for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:14:43 -0500 Date: Fri, 6 Feb 2015 18:14:37 +0100 From: Kevin Wolf Message-ID: <20150206171437.GI13081@noname.redhat.com> References: <2ACCDD16-AFEC-49BF-8BD3-3A3EC55DB2E5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2ACCDD16-AFEC-49BF-8BD3-3A3EC55DB2E5@gmail.com> Subject: Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Peter Maydell , qemu-devel qemu-devel Am 19.01.2015 um 23:12 hat Programmingkid geschrieben: > Subject was: > Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() > on Mac OS X so that it reports the correct length of a real CD > > This patch allows Mac OS X to use a real CDROM disc in QEMU. > Testing this patch will require using QEMU v2.2.0 because the > current git version has a bug in it that prevents /dev/cdrom from > being used. "make check" did pass and my Debian boot disc did work. > > Signed-off-by: John Arbuckle Thanks, applied to the block branch. Kevin