[Qemu-devel] [PATCH 0/7] s390: remaining patches

Christian Borntraeger posted 7 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
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
[Qemu-devel] [PATCH 0/7] s390: remaining patches
Posted by Christian Borntraeger 6 years, 9 months ago
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


Re: [Qemu-devel] [PATCH 0/7] s390: remaining patches
Posted by Cornelia Huck 6 years, 9 months ago
On Thu, 13 Jul 2017 18:03:02 +0200
Christian Borntraeger <borntraeger@de.ibm.com> wrote:

> 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.

Looks good from my side.

I assume you'll put out a pull request soon?

Re: [Qemu-devel] [PATCH 0/7] s390: remaining patches
Posted by Christian Borntraeger 6 years, 9 months ago
On 07/14/2017 11:03 AM, Cornelia Huck wrote:
> On Thu, 13 Jul 2017 18:03:02 +0200
> Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 
>> 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.
> 
> Looks good from my side.
> 
> I assume you'll put out a pull request soon?
> 

Yes. Will do one today unless there is more feedback.