[PATCH 3/3] domain_conf: Allow to look up scsi disks when controller uses a CCW address

Michal Privoznik mprivozn at redhat.com
Thu Dec 10 10:42:03 UTC 2020


On 11/25/20 12:06 PM, Thomas Huth wrote:
> On s390x, devices are attached to the channel IO subsytem by default,
> so we need to look up scsi controllers via their CCW address there
> instead of using PCI.
> 
> This fixes "virsh domfsinfo" on s390x for virtio-scsi devices (the first
> attempt from commit f8333b3b0a7 did it in the wrong way, reporting the
> device name on the guest side instead of the target name on the host side).
> 
> Fixes: f8333b3b0a ("qemu: Fix domfsinfo for non-PCI device information ...")
> Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1858771
> Signed-off-by: Thomas Huth <thuth at redhat.com>
> ---
>   src/conf/domain_conf.c | 23 +++++++++++++++++++++++
>   src/conf/domain_conf.h |  2 ++
>   2 files changed, 25 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

Michal




More information about the libvir-list mailing list