From: Cornelia Huck <cohuck@redhat.com> To: Christian Borntraeger <borntraeger@de.ibm.com> Cc: qemu-devel <qemu-devel@nongnu.org>, qemu-s390x <qemu-s390x@nongnu.org>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Richard Henderson <rth@twiddle.net>, Collin Walling <walling@linux.ibm.com>, "Jason J . Herne" <jjherne@linux.ibm.com> Subject: Re: [Qemu-devel] [PATCH v3 0/9] s390x: new guest features Date: Mon, 29 Apr 2019 18:08:17 +0200 [thread overview] Message-ID: <20190429180817.540c2f82.cohuck@redhat.com> (raw) In-Reply-To: <20190429090250.7648-1-borntraeger@de.ibm.com> On Mon, 29 Apr 2019 05:02:41 -0400 Christian Borntraeger <borntraeger@de.ibm.com> wrote: > Adding gen15. > > v2->v3: - merge deprecation patch into gen 15 patch > - fix comments > - use gen15a and gen15b instead of cpuid > v1->v2: - rework csske deprecation > - white space fixes > - also require msa4 for msa9 > > Christian Borntraeger (9): > linux header sync I think we can do that sync once the companion kernel series hits the kvm next branch. > s390x/cpumodel: ignore csske for expansion > s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 > s390x/cpumodel: msa9 facility This seems to be the only patch that does not yet have a R-b from David -- David, do you plan to review this one as well? > s390x/cpumodel: vector enhancements > s390x/cpumodel: enhanced sort facility > s390x/cpumodel: add Deflate-conversion facility > s390x/cpumodel: add gen15 defintions > s390x/cpumodel: wire up 8561 and 8562 as gen15 machines > > linux-headers/asm-s390/kvm.h | 5 +- > target/s390x/cpu_features.c | 54 ++++++++++++++++ > target/s390x/cpu_features.h | 3 + > target/s390x/cpu_features_def.h | 49 +++++++++++++++ > target/s390x/cpu_models.c | 13 ++-- > target/s390x/gen-features.c | 105 ++++++++++++++++++++++++++++++++ > target/s390x/kvm.c | 18 ++++++ > 7 files changed, 242 insertions(+), 5 deletions(-) > Only thing I noticed were some minor typos in some commit messages, I can fix up while applying.
WARNING: multiple messages have this Message-ID (diff)
From: Cornelia Huck <cohuck@redhat.com> To: Christian Borntraeger <borntraeger@de.ibm.com> Cc: "Jason J . Herne" <jjherne@linux.ibm.com>, Collin Walling <walling@linux.ibm.com>, David Hildenbrand <david@redhat.com>, qemu-devel <qemu-devel@nongnu.org>, Halil Pasic <pasic@linux.ibm.com>, qemu-s390x <qemu-s390x@nongnu.org>, Richard Henderson <rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH v3 0/9] s390x: new guest features Date: Mon, 29 Apr 2019 18:08:17 +0200 [thread overview] Message-ID: <20190429180817.540c2f82.cohuck@redhat.com> (raw) Message-ID: <20190429160817.kaoBB1TDLyVxh0gdue2zcIhuHqSgWYr6LI_5f-MPDis@z> (raw) In-Reply-To: <20190429090250.7648-1-borntraeger@de.ibm.com> On Mon, 29 Apr 2019 05:02:41 -0400 Christian Borntraeger <borntraeger@de.ibm.com> wrote: > Adding gen15. > > v2->v3: - merge deprecation patch into gen 15 patch > - fix comments > - use gen15a and gen15b instead of cpuid > v1->v2: - rework csske deprecation > - white space fixes > - also require msa4 for msa9 > > Christian Borntraeger (9): > linux header sync I think we can do that sync once the companion kernel series hits the kvm next branch. > s390x/cpumodel: ignore csske for expansion > s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 > s390x/cpumodel: msa9 facility This seems to be the only patch that does not yet have a R-b from David -- David, do you plan to review this one as well? > s390x/cpumodel: vector enhancements > s390x/cpumodel: enhanced sort facility > s390x/cpumodel: add Deflate-conversion facility > s390x/cpumodel: add gen15 defintions > s390x/cpumodel: wire up 8561 and 8562 as gen15 machines > > linux-headers/asm-s390/kvm.h | 5 +- > target/s390x/cpu_features.c | 54 ++++++++++++++++ > target/s390x/cpu_features.h | 3 + > target/s390x/cpu_features_def.h | 49 +++++++++++++++ > target/s390x/cpu_models.c | 13 ++-- > target/s390x/gen-features.c | 105 ++++++++++++++++++++++++++++++++ > target/s390x/kvm.c | 18 ++++++ > 7 files changed, 242 insertions(+), 5 deletions(-) > Only thing I noticed were some minor typos in some commit messages, I can fix up while applying.
next prev parent reply other threads:[~2019-04-29 16:08 UTC|newest] Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-29 9:02 [Qemu-devel] [PATCH v3 0/9] s390x: new guest features Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 1/9] linux header sync Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 2/9] s390x/cpumodel: ignore csske for expansion Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 3/9] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 4/9] s390x/cpumodel: msa9 facility Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 19:24 ` David Hildenbrand 2019-04-29 19:24 ` David Hildenbrand 2019-04-30 5:41 ` Christian Borntraeger 2019-04-30 5:41 ` Christian Borntraeger 2019-04-30 7:00 ` David Hildenbrand 2019-04-30 7:00 ` David Hildenbrand 2019-04-30 7:13 ` Cornelia Huck 2019-04-30 7:13 ` Cornelia Huck 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 5/9] s390x/cpumodel: vector enhancements Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 6/9] s390x/cpumodel: enhanced sort facility Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 7/9] s390x/cpumodel: add Deflate-conversion facility Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 10:19 ` David Hildenbrand 2019-04-29 10:19 ` David Hildenbrand 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 8/9] s390x/cpumodel: add gen15 defintions Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 10:18 ` David Hildenbrand 2019-04-29 10:18 ` David Hildenbrand 2019-04-29 9:02 ` [Qemu-devel] [PATCH v3 9/9] s390x/cpumodel: wire up 8561 and 8562 as gen15 machines Christian Borntraeger 2019-04-29 9:02 ` Christian Borntraeger 2019-04-29 10:17 ` David Hildenbrand 2019-04-29 10:17 ` David Hildenbrand 2019-04-29 9:25 ` [Qemu-devel] [PATCH v3 0/9] s390x: new guest features no-reply 2019-04-29 9:25 ` no-reply 2019-04-29 9:30 ` no-reply 2019-04-29 9:30 ` no-reply 2019-04-29 9:35 ` no-reply 2019-04-29 9:35 ` no-reply 2019-04-29 9:40 ` no-reply 2019-04-29 9:40 ` no-reply 2019-04-29 10:28 ` no-reply 2019-04-29 10:28 ` no-reply 2019-04-29 16:08 ` Cornelia Huck [this message] 2019-04-29 16:08 ` Cornelia Huck 2019-05-07 9:07 ` [Qemu-devel] [qemu-s390x] " Christian Borntraeger 2019-05-07 9:49 ` Cornelia Huck 2019-04-29 19:28 ` [Qemu-devel] " no-reply 2019-04-29 19:28 ` no-reply 2019-05-01 13:33 ` no-reply 2019-05-01 13:33 ` no-reply 2019-05-01 14:04 ` no-reply 2019-05-01 14:04 ` no-reply 2019-05-20 6:42 ` Cornelia Huck
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=20190429180817.540c2f82.cohuck@redhat.com \ --to=cohuck@redhat.com \ --cc=borntraeger@de.ibm.com \ --cc=david@redhat.com \ --cc=jjherne@linux.ibm.com \ --cc=pasic@linux.ibm.com \ --cc=qemu-devel@nongnu.org \ --cc=qemu-s390x@nongnu.org \ --cc=rth@twiddle.net \ --cc=walling@linux.ibm.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: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).