Re: [libvirt] [PATCH 2/3] qemu: SCSI hostdev hot-plug: Fix automatic creation of SCSI controllers

2016-06-30 Thread Peter Krempa
On Mon, Jun 27, 2016 at 16:43:47 +0200, Marc Hartmayer wrote: > Ensure that the given controller and all controllers with a smaller > index exist; there must not be any missing index in between. > > Reviewed-by: Boris Fiuczynski > Reviewed-by: Bjoern Walk > Signed-off-by: Marc Hartmayer > --- >

Re: [libvirt] [PATCH 2/3] qemu: SCSI hostdev hot-plug: Fix automatic creation of SCSI controllers

2016-06-30 Thread Daniel P. Berrange
On Mon, Jun 27, 2016 at 04:43:47PM +0200, Marc Hartmayer wrote: > Ensure that the given controller and all controllers with a smaller > index exist; there must not be any missing index in between. > > Reviewed-by: Boris Fiuczynski > Reviewed-by: Bjoern Walk > Signed-off-by: Marc Hartmayer > ---

[libvirt] [PATCH 2/3] qemu: SCSI hostdev hot-plug: Fix automatic creation of SCSI controllers

2016-06-27 Thread Marc Hartmayer
Ensure that the given controller and all controllers with a smaller index exist; there must not be any missing index in between. Reviewed-by: Boris Fiuczynski Reviewed-by: Bjoern Walk Signed-off-by: Marc Hartmayer --- src/qemu/qemu_hotplug.c | 21 ++--- 1 file changed, 18 inser