Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-11 Thread Michael S. Tsirkin
On Tue, Jun 11, 2013 at 09:32:05AM +0200, Frederic Konrad wrote: > On 11/06/2013 09:21, Michael S. Tsirkin wrote: > >On Tue, Jun 11, 2013 at 08:43:51AM +0200, Frederic Konrad wrote: > >>On 10/06/2013 19:00, Michael S. Tsirkin wrote: > >>>On Mon, Jun 10, 2013 at 11:53:04AM +0200, fred.kon...@greenso

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-11 Thread Frederic Konrad
On 11/06/2013 09:21, Michael S. Tsirkin wrote: On Tue, Jun 11, 2013 at 08:43:51AM +0200, Frederic Konrad wrote: On 10/06/2013 19:00, Michael S. Tsirkin wrote: On Mon, Jun 10, 2013 at 11:53:04AM +0200, fred.kon...@greensocs.com wrote: From: KONRAD Frederic This fix a bug with scsi hotplug on

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-11 Thread Michael S. Tsirkin
On Tue, Jun 11, 2013 at 08:43:51AM +0200, Frederic Konrad wrote: > On 10/06/2013 19:00, Michael S. Tsirkin wrote: > >On Mon, Jun 10, 2013 at 11:53:04AM +0200, fred.kon...@greensocs.com wrote: > >>From: KONRAD Frederic > >> > >>This fix a bug with scsi hotplug on virtio-scsi-pci: > >> > >>As virtio

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-10 Thread Frederic Konrad
On 10/06/2013 19:00, Michael S. Tsirkin wrote: On Mon, Jun 10, 2013 at 11:53:04AM +0200, fred.kon...@greensocs.com wrote: 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

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-10 Thread Michael S. Tsirkin
On Mon, Jun 10, 2013 at 11:53:04AM +0200, fred.kon...@greensocs.com wrote: > 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. >

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-10 Thread Frederic Konrad
On 10/06/2013 13:58, Andreas Färber wrote: Am 10.06.2013 11:53, schrieb fred.kon...@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

Re: [Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-10 Thread Andreas Färber
Am 10.06.2013 11:53, schrieb fred.kon...@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: Alex

[Qemu-devel] [PATCH] virtio-scsi: forward scsibus for virtio-scsi-pci.

2013-06-10 Thread fred . konrad
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 Signed-off-by: KONRAD Frederic --- hw/pci/pci-hotplu