From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSBnF-0003rN-Ov for qemu-devel@nongnu.org; Wed, 28 Jan 2009 09:53:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSBnE-0003q5-A5 for qemu-devel@nongnu.org; Wed, 28 Jan 2009 09:53:28 -0500 Received: from [199.232.76.173] (port=43709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSBnD-0003q0-Kh for qemu-devel@nongnu.org; Wed, 28 Jan 2009 09:53:27 -0500 Received: from shelob.surriel.com ([74.92.59.67]:49149) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSBnC-0001Sf-VB for qemu-devel@nongnu.org; Wed, 28 Jan 2009 09:53:27 -0500 Received: from [2002:4a5c:3b41:1:213:72ff:fe17:4a9c] (helo=bree.surriel.com ident=[U2FsdGVkX1/D/B9h6ovCJf4T8X4M7+ejyFDbpGLalc4=]) by shelob.surriel.com with esmtp (Exim 4.63) (envelope-from ) id 1LSBn9-00043F-Ob for qemu-devel@nongnu.org; Wed, 28 Jan 2009 09:53:24 -0500 Received: from bree.surriel.com (localhost [127.0.0.1] (may be forged)) by bree.surriel.com (8.13.8/8.13.8) with ESMTP id n0SErNrX011860 for ; Wed, 28 Jan 2009 09:53:23 -0500 Message-Id: <20090128145137.396187000@redhat.com> Date: Wed, 28 Jan 2009 09:51:37 -0500 From: Rik van Riel Subject: [Qemu-devel] [PATCH 0/3] fixes for the SCSI disk emulation 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 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. -- All rights reversed.