From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5LL1-0005i8-Jm for qemu-devel@nongnu.org; Sun, 28 Dec 2014 16:25:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5LKx-0004kq-V6 for qemu-devel@nongnu.org; Sun, 28 Dec 2014 16:25:23 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:56381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5LKx-0004ka-Ny for qemu-devel@nongnu.org; Sun, 28 Dec 2014 16:25:19 -0500 Received: by mail-la0-f50.google.com with SMTP id pn19so10392249lab.23 for ; Sun, 28 Dec 2014 13:25:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <96FCDECA-CC6E-4E30-A812-40FA3CA78C31@gmail.com> References: <96FCDECA-CC6E-4E30-A812-40FA3CA78C31@gmail.com> From: Peter Maydell Date: Sun, 28 Dec 2014 21:24:58 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Kevin Wolf , qemu-devel qemu-devel On 28 December 2014 at 21:18, Programmingkid wrote: > This patch fixes the problem with raw_getlength() on Mac OS X so that it actually calculates the correct size of a volume. It has been updated to fix certain coding style issues. Booting and using a real CD in QEMU works again. > > signed-off-by: John Arbuckle Reviewed-by: Peter Maydell -- PMM