Re: [PATCH v4] virtio-scsi: hotplug support for virtio-scsi

From: James Bottomley
Date: Wed Jul 11 2012 - 14:34:36 EST


On Thu, 2012-07-05 at 11:19 +0200, Paolo Bonzini wrote:
> Il 05/07/2012 11:06, Cong Meng ha scritto:
> > This patch implements the hotplug support for virtio-scsi.
> > When there is a device attached/detached, the virtio-scsi driver will be
> > signaled via event virtual queue and it will add/remove the scsi device
> > in question automatically.
> >
> > v2: handle no_event event
> > v3: add handle event dropped, and typo fix
> > v4: Cancel event works when exit. Coding type fix.
> >
> > Signed-off-by: Sen Wang <senwang@xxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Cong Meng <mc@xxxxxxxxxxxxxxxxxx>
>
> Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>

Actually, that should be Acked-by, since you're the maintainer of the
driver (it means I reviewed it + I approve it for upstream inclusion).

> > ---
> > drivers/scsi/virtio_scsi.c | 127 ++++++++++++++++++++++++++++++++++++++++++-
> > include/linux/virtio_scsi.h | 9 +++
> > 2 files changed, 135 insertions(+), 1 deletions(-)

The next time, please run checkpatch on this. You can ignore the
warnings about lines over 80 characters, but the braces issue is worth
paying attention to when that reflects the current style.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/