qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] s390: remaining patches
@ 2017-07-13 16:03 Christian Borntraeger
  2017-07-13 16:03 ` [Qemu-devel] [PATCH 1/7] s390x/cpumodel: wire up new hardware features Christian Borntraeger
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Christian Borntraeger @ 2017-07-13 16:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alexander Graf, Richard Henderson, Cornelia Huck, Jason J . Herne,
	Christian Borntraeger

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-07-14  9:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13 16:03 [Qemu-devel] [PATCH 0/7] s390: remaining patches Christian Borntraeger
2017-07-13 16:03 ` [Qemu-devel] [PATCH 1/7] s390x/cpumodel: wire up new hardware features Christian Borntraeger
2017-07-14  7:48   ` Cornelia Huck
2017-07-13 16:03 ` [Qemu-devel] [PATCH 2/7] s390x/cpumodel: we are always in zarchitecture mode Christian Borntraeger
2017-07-13 16:03 ` [Qemu-devel] [PATCH 3/7] s390x/cpumodel: add esop/esop2 to z12 model Christian Borntraeger
2017-07-14  7:55   ` Cornelia Huck
2017-07-14  7:58     ` Christian Borntraeger
2017-07-13 16:03 ` [Qemu-devel] [PATCH 4/7] s390x/kvm: Enable KSS facility for nested virtualization Christian Borntraeger
2017-07-14  7:58   ` Cornelia Huck
2017-07-13 16:03 ` [Qemu-devel] [PATCH 5/7] s390x/kvm: enable guarded storage Christian Borntraeger
2017-07-14  8:59   ` Cornelia Huck
2017-07-13 16:03 ` [Qemu-devel] [PATCH 6/7] s390x/arch_dump: also dump guarded storage control block Christian Borntraeger
2017-07-14  9:00   ` Cornelia Huck
2017-07-13 16:03 ` [Qemu-devel] [PATCH 7/7] s390x/gdb: add gs registers Christian Borntraeger
2017-07-14  9:01   ` Cornelia Huck
2017-07-14  9:03 ` [Qemu-devel] [PATCH 0/7] s390: remaining patches Cornelia Huck
2017-07-14  9:08   ` Christian Borntraeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).