From: Cornelia Huck <cohuck@redhat.com>
To: David Hildenbrand <david@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>,
qemu-s390x@nongnu.org,
Richard Henderson <richard.henderson@linaro.org>,
qemu-devel@nongnu.org
Subject: Re: [PATCH v7 0/2] target/s390x: Implement the MVPG condition-code-option bit
Date: Mon, 15 Mar 2021 18:31:07 +0100 [thread overview]
Message-ID: <20210315183107.703adaea.cohuck@redhat.com> (raw)
In-Reply-To: <20210315085449.34676-1-david@redhat.com>
On Mon, 15 Mar 2021 09:54:47 +0100
David Hildenbrand <david@redhat.com> wrote:
> Based on work from Richard and Thomas.
>
> v6 -> v7:
> - "target/s390x: Implement the MVPG condition-code-option bit"
> -- Fix PGM_PROTECTION for QEMU_USER_ONLY (overridden by patch #2)
>
> v5 -> v6:
> - "target/s390x: Implement the MVPG condition-code-option bit"
> -- Better handle CONFIG_USER_ONLY
> -- Factor handling out into s390_probe_access().
> - "target/s390x: Store r1/r2 for page-translation exceptions during MVPG"
> -- Store tec only for !PGM_ADDRESSING
>
> v4 -> v5:
> - Don't realy on TLB_INVALID_MASK
> -- Check against tlb_fill_exc and return the exception right away
> - Handle !CONFIG_USER_ONLY
> -- Check against haddr
> -- Properly store vaddr to env->__excp_addr and return PGM_ADDRESSING
> - Exclude tlb_fill_tec/tlb_fill_exc for CONFIG_USER_ONLY
> - While at it, tackle r1/r2 indication as well
>
> KVM unit tests continue working as expected.
>
> David Hildenbrand (1):
> target/s390x: Store r1/r2 for page-translation exceptions during MVPG
>
> Richard Henderson (1):
> target/s390x: Implement the MVPG condition-code-option bit
>
> target/s390x/cpu.h | 5 ++
> target/s390x/excp_helper.c | 3 +
> target/s390x/helper.h | 2 +-
> target/s390x/insn-data.def | 2 +-
> target/s390x/mem_helper.c | 160 ++++++++++++++++++++++++++++++-------
> target/s390x/translate.c | 7 +-
> 6 files changed, 146 insertions(+), 33 deletions(-)
>
Thanks, applied.
prev parent reply other threads:[~2021-03-15 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 8:54 [PATCH v7 0/2] target/s390x: Implement the MVPG condition-code-option bit David Hildenbrand
2021-03-15 8:54 ` [PATCH v7 1/2] " David Hildenbrand
2021-03-15 8:54 ` [PATCH v7 2/2] target/s390x: Store r1/r2 for page-translation exceptions during MVPG David Hildenbrand
2021-03-15 9:38 ` [PATCH v7 0/2] target/s390x: Implement the MVPG condition-code-option bit Thomas Huth
2021-03-15 17:31 ` Cornelia Huck [this message]
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=20210315183107.703adaea.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
--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 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).