On Wed, Apr 23, 2025 at 10:09:15AM +0200, Gautam Gala wrote: > Extend DIAG308 subcode 10 to return the UVC RC, RRC and command code > in bit positions 32-47, 16-31, and 0-15 of register R1 + 1 if the > function does not complete successfully (in addition to the > previously returned diag response code in bit position 47-63). >
Reviewed-by: Steffen Eiden <sei...@linux.ibm.com> > Reviewed-by: Janosch Frank <fran...@linux.ibm.com> > Signed-off-by: Gautam Gala <gg...@linux.ibm.com> > --- > hw/s390x/ipl.c | 11 ++++---- > hw/s390x/ipl.h | 6 +++-- > hw/s390x/s390-virtio-ccw.c | 14 ++++++----- > target/s390x/kvm/pv.c | 51 +++++++++++++++++++++++++++----------- > target/s390x/kvm/pv.h | 26 +++++++++++++------ > 5 files changed, 73 insertions(+), 35 deletions(-) >