Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190218' into staging
s390x updates:
- tcg: implement STCK and friends for CONFIG_USER_ONLY
- add zpci to qemu cpu model, as pci is now always built
- add mepoch to default z14 cpu model
- add cpu model for z14 GA2
- various improvements
# gpg: Signature made Mon 18 Feb 2019 11:06:23 GMT
# gpg: using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
# gpg: issuer "cohuck@redhat.com"
# gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [unknown]
# gpg: aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" [full]
# gpg: aka "Cornelia Huck <cornelia.huck@de.ibm.com>" [full]
# gpg: aka "Cornelia Huck <cohuck@kernel.org>" [unknown]
# gpg: aka "Cornelia Huck <cohuck@redhat.com>" [unknown]
# Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0 18CE DECF 6B93 C6F0 2FAF
* remotes/cohuck/tags/s390x-20190218:
s390x: upgrade status of KVM cores to "supported"
s390x/kvm: add tracepoint to ioeventfd interface
s390x/cpumodel: add z14 GA2 model
s390x/cpumodel: default enable mepoch for z14 and later
s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init
s390x: add zPCI feature to "qemu" CPU model
target/s390x: Implement STCK et al for CONFIG_USER_ONLY
target/s390x: Split out s390-tod.h
s390x: always provide pci support
s390x: Fix the confusing contributions-after-2012 license statements
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- hw/s390x/Makefile.objs 1 addition, 2 deletionshw/s390x/Makefile.objs
- hw/s390x/s390-pci-stub.c 0 additions, 77 deletionshw/s390x/s390-pci-stub.c
- hw/s390x/s390-virtio-ccw.c 4 additions, 4 deletionshw/s390x/s390-virtio-ccw.c
- include/hw/s390x/tod.h 1 addition, 15 deletionsinclude/hw/s390x/tod.h
- linux-user/s390x/target_cpu.h 8 additions, 11 deletionslinux-user/s390x/target_cpu.h
- target/s390x/cpu.c 8 additions, 11 deletionstarget/s390x/cpu.c
- target/s390x/cpu.h 8 additions, 11 deletionstarget/s390x/cpu.h
- target/s390x/cpu_features.c 1 addition, 1 deletiontarget/s390x/cpu_features.c
- target/s390x/cpu_models.c 29 additions, 5 deletionstarget/s390x/cpu_models.c
- target/s390x/cpu_models.h 2 additions, 0 deletionstarget/s390x/cpu_models.h
- target/s390x/gen-features.c 15 additions, 3 deletionstarget/s390x/gen-features.c
- target/s390x/helper.h 1 addition, 1 deletiontarget/s390x/helper.h
- target/s390x/insn-data.def 6 additions, 5 deletionstarget/s390x/insn-data.def
- target/s390x/kvm.c 11 additions, 14 deletionstarget/s390x/kvm.c
- target/s390x/misc_helper.c 22 additions, 12 deletionstarget/s390x/misc_helper.c
- target/s390x/s390-tod.h 29 additions, 0 deletionstarget/s390x/s390-tod.h
- target/s390x/trace-events 1 addition, 0 deletionstarget/s390x/trace-events
- target/s390x/translate.c 2 additions, 0 deletionstarget/s390x/translate.c
Loading
Please register or sign in to comment