The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100) are available in the Git repository at: https://github.com/cohuck/qemu tags/s390x-20190701 for you to fetch changes up to 8b3410deb2a496866468ab949c666a21c6a7239e: s390x: add cpu feature/model files to KVM section (2019-07-01 12:44:35 +0200) ---------------------------------------------------------------- - cleanup/refactoring in the cpu feature code - fix for a tcg test case - halt/clear support for vfio-ccw, and use a new helper ---------------------------------------------------------------- Cornelia Huck (4): vfio-ccw: use vfio_set_irq_signaling vfio-ccw: support async command subregion Merge tag 's390x-tcg-2019-06-21' into s390-next-staging s390x: add cpu feature/model files to KVM section David Hildenbrand (2): s390x/cpumodel: Rework CPU feature definition s390x/cpumodel: Prepend KDSA features with "KDSA" Richard Henderson (1): tests/tcg/s390x: Fix alignment of csst parameter list MAINTAINERS | 2 + hw/s390x/css.c | 27 ++- hw/s390x/s390-ccw.c | 20 ++ hw/vfio/ccw.c | 162 ++++++++++++---- include/hw/s390x/css.h | 3 + include/hw/s390x/s390-ccw.h | 2 + target/s390x/cpu_features.c | 352 ++-------------------------------- target/s390x/cpu_features_def.h | 352 +--------------------------------- target/s390x/cpu_features_def.inc.h | 369 ++++++++++++++++++++++++++++++++++++ target/s390x/gen-features.c | 30 +-- tests/tcg/s390x/csst.c | 2 +- 11 files changed, 575 insertions(+), 746 deletions(-) create mode 100644 target/s390x/cpu_features_def.inc.h -- 2.20.1