From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9IEN-00026F-Ml for qemu-devel@nongnu.org; Tue, 04 May 2010 09:32:11 -0400 Received: from [140.186.70.92] (port=37183 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9IEI-0001xN-B5 for qemu-devel@nongnu.org; Tue, 04 May 2010 09:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9IEG-0000GP-R8 for qemu-devel@nongnu.org; Tue, 04 May 2010 09:32:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25049) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9IEG-0000GH-Fc for qemu-devel@nongnu.org; Tue, 04 May 2010 09:32:04 -0400 Message-ID: <4BE021CE.7030609@redhat.com> Date: Tue, 04 May 2010 15:31:58 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/5] scsi: More reset and hotplug fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel@nongnu.org On 05/04/10 14:20, Jan Kiszka wrote: > This series finally stabilizes system reset during ongoing SCSI I/O > here. The first patch is a repost, the others include missing reset > related bits that mostly concern the LSI controller. And the last patch > addresses a disk hotplugging issue: The LSI used to keep pointers to the > selected device, pointer that can become invalid it the device is > removed in the middle of ongoing I/O. > > Jan Kiszka (5): > SCSI: Add disk reset handler > scsi-disk: Clear aiocb on read completion > lsi: Purge message queue on reset > lsi: Adjust some register reset values > lsi: Handle removal of selected devices Nice. Acked-by: Gerd Hoffmann cheers, Gerd