A bit more cleanup and some extensions before I start adding the PV SIE support. https://gitlab.com/frankja/kvm-unit-tests/-/tree/lib_clean_ext Janosch Frank (8): s390x: lib: Extend bitops lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants lib: s390x: Print addressing related exception information lib: s390x: Start using bitops instead of magic constants s390x: uv-host: Explain why we set up the home space and remove the space change lib: s390x: Add PSW_MASK_64 lib: s390x: Control register constant cleanup lib: s390x: uv: Add rc 0x100 query error handling lib/s390x/asm/arch_def.h | 39 +++++++++------ lib/s390x/asm/bitops.h | 102 +++++++++++++++++++++++++++++++++++++++ lib/s390x/interrupt.c | 80 +++++++++++++++++++++++++++++- lib/s390x/smp.c | 4 +- lib/s390x/uv.c | 4 +- s390x/Makefile | 1 + s390x/mvpg-sie.c | 2 +- s390x/sie.c | 2 +- s390x/skrf.c | 8 +-- s390x/uv-host.c | 11 +++-- 10 files changed, 223 insertions(+), 30 deletions(-) -- 2.30.2