From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36861 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy1nT-0003MI-8v for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy1mv-0002sk-CH for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:17:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58064) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy1mv-0002sS-4s for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:17:33 -0400 Message-ID: <4C98A274.5000107@redhat.com> Date: Tue, 21 Sep 2010 14:17:56 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283782053-27528-1-git-send-email-bernhard.kohl@nsn.com> In-Reply-To: <1283782053-27528-1-git-send-email-bernhard.kohl@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] scsi-generic: add missing reset handler List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Kohl Cc: qemu-devel@nongnu.org Am 06.09.2010 16:07, schrieb Bernhard Kohl: > Ensure that pending requests of a SCSI generic device are purged on > system reset. This also avoids calling a NULL function in lsi53c895a. > The lsi code was recently changed to call the .qdev.reset function. > > Signed-off-by: Bernhard Kohl Thanks, applied to the block branch. Kevin