Re: [libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-13 Thread Peter Krempa
On Wed, Jul 12, 2017 at 23:13:58 -0400, Liang Yan wrote: > > > On 7/12/17 2:49 AM, Peter Krempa wrote: > > On Tue, Jul 11, 2017 at 21:33:49 -0600, Liang Yan wrote: > >> It may be better to check virtio-scsi controller first since it is > >> supported better in qemu level. > > This is not true

Re: [libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-12 Thread Liang Yan
On 7/12/17 2:49 AM, Peter Krempa wrote: > On Tue, Jul 11, 2017 at 21:33:49 -0600, Liang Yan wrote: >> It may be better to check virtio-scsi controller first since it is >> supported better in qemu level. > This is not true for OS support. The old controller usually has drivers > shipped with the

Re: [libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-12 Thread Peter Krempa
On Tue, Jul 11, 2017 at 21:33:49 -0600, Liang Yan wrote: > It may be better to check virtio-scsi controller first since it is > supported better in qemu level. This is not true for OS support. The old controller usually has drivers shipped with the system, whereas you need to install drivers

[libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-11 Thread Liang Yan
It may be better to check virtio-scsi controller first since it is supported better in qemu level. Signed-off-by: Liang Yan --- src/qemu/qemu_domain_address.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_domain_address.c