History log of /kvm-unit-tests/s390x/snippets/lib/snippet-exit.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 1f08a91a 03-Feb-2025 Thomas Huth <thuth@redhat.com>

Merge branch 'pr-2025-01-31' into 'master'

s390x: new edat, diag258 and STFLE tests; fixes for genprotimg >= 2.36.0; cleanups for snippets and makefiles

See merge request kvm-unit-tests/kvm-unit-te

Merge branch 'pr-2025-01-31' into 'master'

s390x: new edat, diag258 and STFLE tests; fixes for genprotimg >= 2.36.0; cleanups for snippets and makefiles

See merge request kvm-unit-tests/kvm-unit-tests!73

show more ...


# da49e291 16-Oct-2024 Nina Schoetterl-Glausch <nsg@linux.ibm.com>

s390x: Add library functions for exiting from snippet

It is useful to be able to force an exit to the host from the snippet,
as well as do so while returning a value.
Add this functionality, also ad

s390x: Add library functions for exiting from snippet

It is useful to be able to force an exit to the host from the snippet,
as well as do so while returning a value.
Add this functionality, also add helper functions for the host to check
for an exit and get or check the value.
Use diag 0x44 and 0x9c for this.
Add a guest specific snippet header file and rename snippet.h to reflect
that it is host specific.

Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Link: https://lore.kernel.org/r/20241016180320.686132-5-nsg@linux.ibm.com
[ nrb: fix out-of-tree builds ]
Signed-off-by: Nico Boehr <nrb@linux.ibm.com>

show more ...