mbox series

[0/2] s390x: Diag 308 improvements

Message ID 20190111113657.66195-1-frankja@linux.ibm.com
Headers show
Series s390x: Diag 308 improvements | expand

Message

Janosch Frank Jan. 11, 2019, 11:36 a.m. UTC
Let's make it architecture compliant and a bit more readable.

Each non implemented diag 308 supcode should result in a specification
exception. Operating systems use the exceptions to query which codes
are available.

Janosch Frank (2):
  s390x: Diag308 move common parameter checking into function
  s390x: Return specification exception for unimplemented diag 308
    subcodes

 target/s390x/diag.c | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)