This series adds some test in s390x/uv-guest.c verifying error paths of the Request Attestation Measurement UVC. Also adds a test in s390x/uv-host.c to verify that the Request Attestation Measurement UVC cannot be called in guest1. v1->v2: * renamed 'uv_get_info(void)' to 'uv_get_query_data(void)' * renamed various fields in 'struct uv_arcb_v1' * added a test for invalid additional size * added r-b from Janosch in PATCH 1/4 * added r-b from Janosch in PATCH 3/4 Steffen Eiden (4): s390x: uv-host: Add attestation test s390x: lib: Add QUI getter s390x: uv-guest: remove duplicated checks s390x: uv-guest: Add attestation tests lib/s390x/asm/uv.h | 28 ++++++- lib/s390x/uv.c | 8 ++ lib/s390x/uv.h | 1 + s390x/uv-guest.c | 196 +++++++++++++++++++++++++++++++++++++++++---- s390x/uv-host.c | 1 + 5 files changed, 216 insertions(+), 18 deletions(-) -- 2.30.2