[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 0/3] Guest Support for Diagnose 318
From: |
Collin Walling |
Subject: |
[qemu-s390x] [PATCH v2 0/3] Guest Support for Diagnose 318 |
Date: |
Thu, 6 Dec 2018 17:24:15 -0500 |
Changelog:
RFC -> v1
- introduced kvm stubs for set/get cpc
- s/fac134/byte_134
- moved diag318 vmstate description to diag.c
- reduced S390_VCPU_MAX to 247
v1 -> v2
- split patches into header sync, cpu model feat, and diag migration /
reset
- tiny cleanups
Collin Walling (3):
s390: linux header sync for diag318
s390: cpu feature for diagnose 318 andlimit max VCPUs to 247
s390: migration and reset support for diagnose 318
hw/s390x/ipl.c | 3 +++
hw/s390x/s390-virtio-ccw.c | 3 +++
hw/s390x/sclp.c | 2 ++
include/hw/s390x/sclp.h | 2 ++
linux-headers/asm-s390/kvm.h | 5 ++++
target/s390x/cpu.h | 2 +-
target/s390x/cpu_features.c | 3 +++
target/s390x/cpu_features.h | 1 +
target/s390x/cpu_features_def.h | 3 +++
target/s390x/diag.c | 52 +++++++++++++++++++++++++++++++++++++++++
target/s390x/gen-features.c | 1 +
target/s390x/internal.h | 4 +++-
target/s390x/kvm-stub.c | 10 ++++++++
target/s390x/kvm.c | 23 ++++++++++++++++++
target/s390x/kvm_s390x.h | 2 ++
15 files changed, 114 insertions(+), 2 deletions(-)
--
2.7.4
- [qemu-s390x] [PATCH v2 0/3] Guest Support for Diagnose 318,
Collin Walling <=
- [qemu-s390x] [PATCH v2 1/3] s390: linux header sync for diagnose 318, Collin Walling, 2018/12/06
- [qemu-s390x] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Collin Walling, 2018/12/06
- Re: [qemu-s390x] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Cornelia Huck, 2018/12/07
- Re: [qemu-s390x] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Collin Walling, 2018/12/11
- Re: [qemu-s390x] [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Collin Walling, 2018/12/11
- Re: [qemu-s390x] [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, David Hildenbrand, 2018/12/12
- Re: [qemu-s390x] [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Cornelia Huck, 2018/12/12
- Re: [qemu-s390x] [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247, Collin Walling, 2018/12/12
[qemu-s390x] [PATCH v2 3/3] s390: migration and reset support for diagnose 318, Collin Walling, 2018/12/06
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 0/3] Guest Support for Diagnose 318, no-reply, 2018/12/06