From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxjjT-0007So-Q1 for qemu-devel@nongnu.org; Tue, 13 Oct 2009 11:56:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxjjN-0007QH-1K for qemu-devel@nongnu.org; Tue, 13 Oct 2009 11:56:15 -0400 Received: from [199.232.76.173] (port=53423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxjjM-0007QB-Pv for qemu-devel@nongnu.org; Tue, 13 Oct 2009 11:56:08 -0400 Received: from qw-out-1920.google.com ([74.125.92.145]:58468) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxjjM-0000zE-4s for qemu-devel@nongnu.org; Tue, 13 Oct 2009 11:56:08 -0400 Received: by qw-out-1920.google.com with SMTP id 5so3102511qwc.4 for ; Tue, 13 Oct 2009 08:56:05 -0700 (PDT) Message-ID: <4AD4A286.30005@codemonkey.ws> Date: Tue, 13 Oct 2009 10:53:42 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] hotplug: fix "pci_add storage if=scsi" References: <1255435195-27832-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1255435195-27832-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Dustin Kirkland Gerd Hoffmann wrote: > Explicitly add the drive to the bus of the newly created scsi adapter > instead of hoping that scsi_bus_legacy_handle_cmdline() picks it up > correctly. > > Signed-off-by: Gerd Hoffmann > I think that this is also broken in stable-0.11. The backport seems non-trivial. Could you take a look? Regards, Anthony Liguori