From: Collin Walling <walling@linux.ibm.com>
To: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, cohuck@redhat.com,
rth@twiddle.net, david@redhat.com, borntraeger@de.ibm.com,
thuth@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/3] Guest Support for Diagnose 318
Date: Thu, 6 Dec 2018 17:24:15 -0500 [thread overview]
Message-ID: <1544135058-21380-1-git-send-email-walling@linux.ibm.com> (raw)
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
next reply other threads:[~2018-12-06 22:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-06 22:24 Collin Walling [this message]
2018-12-06 22:24 ` [Qemu-devel] [PATCH v2 1/3] s390: linux header sync for diagnose 318 Collin Walling
2018-12-06 22:24 ` [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247 Collin Walling
2018-12-07 12:08 ` Cornelia Huck
2018-12-11 16:47 ` [Qemu-devel] [qemu-s390x] " Collin Walling
2018-12-11 21:12 ` Collin Walling
2018-12-12 11:20 ` David Hildenbrand
2018-12-12 13:41 ` Cornelia Huck
2018-12-12 15:01 ` Collin Walling
2019-01-24 8:11 ` [Qemu-devel] " Christian Borntraeger
2018-12-06 22:24 ` [Qemu-devel] [PATCH v2 3/3] s390: migration and reset support for diagnose 318 Collin Walling
2018-12-07 1:33 ` [Qemu-devel] [PATCH v2 0/3] Guest Support for Diagnose 318 no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1544135058-21380-1-git-send-email-walling@linux.ibm.com \
--to=walling@linux.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.