From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSIS2-0006sg-W6 for qemu-devel@nongnu.org; Wed, 28 Jan 2009 17:00:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSIS2-0006rP-1N for qemu-devel@nongnu.org; Wed, 28 Jan 2009 17:00:02 -0500 Received: from [199.232.76.173] (port=38035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSIS1-0006rK-PT for qemu-devel@nongnu.org; Wed, 28 Jan 2009 17:00:01 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:12993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSIS1-0005rS-AO for qemu-devel@nongnu.org; Wed, 28 Jan 2009 17:00:01 -0500 Received: by fg-out-1718.google.com with SMTP id 13so735257fge.8 for ; Wed, 28 Jan 2009 13:59:59 -0800 (PST) Message-ID: <4980D54E.5090602@codemonkey.ws> Date: Wed, 28 Jan 2009 15:59:42 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] fixes for the SCSI disk emulation References: <20090128145137.396187000@redhat.com> In-Reply-To: <20090128145137.396187000@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Rik van Riel wrote: > This small patch series contains several fixes for the > SCSI disk emulation: > - fixes for signed/unsigned overflows > - support for >2TB SCSI disks > - report the correct number of sectors in read capacity > > Thanks go out to Paul Brook and Jamie Lokier for reviewing > earlier versions of these patches and pointing additional > TODOs. > > Applied (fixing patch 3). Thanks. Regards, Anthony Liguori