From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsY1n-0007gu-5B for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:30:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsY1h-00068z-Ar for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:30:10 -0400 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:11705) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsY1g-00068t-TZ for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:30:09 -0400 Message-ID: <4C84B49E.90600@nsn.com> Date: Mon, 06 Sep 2010 11:30:06 +0200 From: Bernhard Kohl MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] lsi53c895a: avoid calling a NULL function References: <1283434657-12843-1-git-send-email-bernhard.kohl@nsn.com> <4C7FB881.7090502@redhat.com> In-Reply-To: <4C7FB881.7090502@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ext Kevin Wolf Cc: qemu-devel@nongnu.org Am 02.09.2010 16:45, schrieb ext Kevin Wolf: > I suspect the real fix is to add a reset handler to scsi-generic. It > should probably remove the requests like it's currently done in > scsi_destroy. The same change was made for scsi-disk in e9447f35. > Yes, I agree. Let's skip this patch. I'll send another one. Bernhard