From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um0rg-0001TQ-GL for qemu-devel@nongnu.org; Mon, 10 Jun 2013 08:06:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um0re-0004RS-EV for qemu-devel@nongnu.org; Mon, 10 Jun 2013 08:06:24 -0400 Message-ID: <51B5C13A.5010502@greensocs.com> Date: Mon, 10 Jun 2013 14:06:18 +0200 From: Frederic Konrad MIME-Version: 1.0 References: <1370857984-17584-1-git-send-email-fred.konrad@greensocs.com> <51B5BF4E.5070004@suse.de> In-Reply-To: <51B5BF4E.5070004@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: aliguori@us.ibm.com, mst@redhat.com, aik@ozlabs.ru, mark.burton@greensocs.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org, pbonzini@redhat.com On 10/06/2013 13:58, Andreas F=E4rber wrote: > Am 10.06.2013 11:53, schrieb fred.konrad@greensocs.com: >> From: KONRAD Frederic >> >> This fix a bug with scsi hotplug on virtio-scsi-pci: >> >> As virtio-scsi-pci doesn't have any scsi bus, we need to forward scsi-= hot-add >> to the virtio-scsi-device plugged on the virtio-bus. >> >> Reported-by: Alexey Kardashevskiy > Missing > > Cc: qemu-stable@nongnu.org > oops, I CC'ed it by hand. >> Signed-off-by: KONRAD Frederic > Otherwise, > > Reviewed-by: Andreas F=E4rber > > Can you add a simple qtest for this hot-add scenario? Yes but I'm not familiar with this, can you point me at this qtest=20 mechanism? Thanks, Fred > > Andreas >