here is a bunch of patches that teaches recent HW features to the CPU model and kvm code in QEMU. We also add the enhanced suppression on protection facility to the z12 and later for the 2.10 machine type.
Christian Borntraeger (2): s390x/arch_dump: also dump guarded storage control block s390x/gdb: add gs registers Fan Zhang (1): s390x/kvm: enable guarded storage Farhan Ali (1): s390x/kvm: Enable KSS facility for nested virtualization Jason J. Herne (3): s390x/cpumodel: wire up new hardware features s390x/cpumodel: we are always in zarchitecture mode s390x/cpumodel: add esop/esop2 to z12 model configure | 2 +- gdb-xml/s390-gs.xml | 14 +++++ hw/s390x/s390-virtio-ccw.c | 21 +++++++ include/elf.h | 1 + include/hw/s390x/s390-virtio-ccw.h | 3 + include/hw/s390x/sclp.h | 3 +- target/s390x/arch_dump.c | 18 ++++++ target/s390x/cpu.h | 7 +++ target/s390x/cpu_features.c | 46 +++++++++++++- target/s390x/cpu_features.h | 4 ++ target/s390x/cpu_features_def.h | 41 ++++++++++++- target/s390x/cpu_models.c | 25 ++++++++ target/s390x/gdbstub.c | 24 ++++++++ target/s390x/gen-features.c | 42 +++++++++++++ target/s390x/kvm.c | 120 +++++++++++++++++++++++++------------ target/s390x/machine.c | 17 ++++++ 16 files changed, 345 insertions(+), 43 deletions(-) create mode 100644 gdb-xml/s390-gs.xml -- 2.7.4