On 1/27/2026 8:15 AM, [email protected] wrote:
From: Jared Rossi<[email protected]> The schid is already stored as an attribute of the VDev itself and any other instances are copies of this same value. To avoid CCW specific attributes in the VRing let's just access the existing VDev schid attribute as needed. Signed-off-by: Jared Rossi<[email protected]> --- pc-bios/s390-ccw/virtio-blkdev.c | 2 +- pc-bios/s390-ccw/virtio-net.c | 2 +- pc-bios/s390-ccw/virtio.c | 9 ++++----- pc-bios/s390-ccw/virtio.h | 3 +-- 4 files changed, 7 insertions(+), 9 deletions(-)
Reviewed-by: Farhan Ali<[email protected]>
