From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46959 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOoV1-0008RV-5R for qemu-devel@nongnu.org; Wed, 16 Jun 2010 05:01:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOoUt-0001XR-Ue for qemu-devel@nongnu.org; Wed, 16 Jun 2010 05:01:25 -0400 Received: from smtp108.sbc.mail.gq1.yahoo.com ([67.195.14.111]:34834) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OOoUt-0001XC-JE for qemu-devel@nongnu.org; Wed, 16 Jun 2010 05:01:23 -0400 From: "Nicholas A. Bellinger" In-Reply-To: <20100615151638.12D1C2B964@ochil.suse.de> References: <20100615151638.12D1C2B964@ochil.suse.de> Content-Type: text/plain Date: Wed, 16 Jun 2010 02:01:19 -0700 Message-Id: <1276678879.12514.215.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 7/7] megasas: Update to 1.10 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: qemu-devel@nongnu.org On Tue, 2010-06-15 at 17:16 +0200, Hannes Reinecke wrote: > This patchset updates the megasas HBA emulation to version 1.10. > The main changes are: > - Range checking for IO vecs and frames > - Fixed frame address and frame count resolution > - Unmap existing frames on reset > - Round sge size to nearest power-of-two value > > Signed-off-by: Hannes Reinecke > --- > hw/megasas.c | 148 +++++++++++++++++++++++++++++----------------------------- > 1 files changed, 74 insertions(+), 74 deletions(-) > Commited and pushed, thank you Dr. Hannes! --nab