]> git.proxmox.com Git - mirror_qemu.git/commit
pc-bios/s390-ccw: Get list of supported VPD pages
authorEric Farman <farman@linux.vnet.ibm.com>
Wed, 10 May 2017 15:53:56 +0000 (17:53 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 19 May 2017 10:29:01 +0000 (12:29 +0200)
commit8edfe85bef669d676ad17cd84b4e3dce43b110e4
treeacec4d9620fc913b5477bfa117fd5d7e5ecb2688
parent9c12359c577c61ed23f07f7f379434cab2aa1ab2
pc-bios/s390-ccw: Get list of supported VPD pages

The "Supported Pages" Inquiry EVPD page is mandatory for all SCSI devices,
and is used as a gateway for what VPD pages the device actually supports.
Let's issue this Inquiry, and dump that list with the debug facility.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
Message-Id: <20170510155359.32727-6-farman@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
pc-bios/s390-ccw/scsi.h
pc-bios/s390-ccw/virtio-scsi.c