[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

Richard Henderson posted 2 patches 5 years, 11 months ago
Test asan failed
Test checkpatch passed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191211203614.15611-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>, Cornelia Huck <cohuck@redhat.com>, David Hildenbrand <david@redhat.com>
target/s390x/helper.h      |  5 +----
target/s390x/mem_helper.c  | 38 --------------------------------------
target/s390x/misc_helper.c | 10 ++++++++++
target/s390x/translate.c   | 21 ++++++++-------------
target/s390x/insn-data.def |  8 ++++----
5 files changed, 23 insertions(+), 59 deletions(-)
[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Posted by Richard Henderson 5 years, 11 months ago
Found while working on other parts of cputlb,
this cleanup can be split out independently.


r~


Richard Henderson (2):
  target/s390x: Split out helper_per_store_real
  target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

 target/s390x/helper.h      |  5 +----
 target/s390x/mem_helper.c  | 38 --------------------------------------
 target/s390x/misc_helper.c | 10 ++++++++++
 target/s390x/translate.c   | 21 ++++++++-------------
 target/s390x/insn-data.def |  8 ++++----
 5 files changed, 23 insertions(+), 59 deletions(-)

-- 
2.20.1


Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Posted by Cornelia Huck 5 years, 11 months ago
On Wed, 11 Dec 2019 12:36:12 -0800
Richard Henderson <richard.henderson@linaro.org> wrote:

> Found while working on other parts of cputlb,
> this cleanup can be split out independently.
> 
> 
> r~
> 
> 
> Richard Henderson (2):
>   target/s390x: Split out helper_per_store_real
>   target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
> 
>  target/s390x/helper.h      |  5 +----
>  target/s390x/mem_helper.c  | 38 --------------------------------------
>  target/s390x/misc_helper.c | 10 ++++++++++
>  target/s390x/translate.c   | 21 ++++++++-------------
>  target/s390x/insn-data.def |  8 ++++----
>  5 files changed, 23 insertions(+), 59 deletions(-)
> 

Should I take these via the s390 tree, or do you plan to merge them via
another path?


Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Posted by Richard Henderson 5 years, 11 months ago
On 12/16/19 7:04 AM, Cornelia Huck wrote:
> On Wed, 11 Dec 2019 12:36:12 -0800
> Richard Henderson <richard.henderson@linaro.org> wrote:
> 
>> Found while working on other parts of cputlb,
>> this cleanup can be split out independently.
...
> Should I take these via the s390 tree, or do you plan to merge them via
> another path?
> 

Please take them via s390.


r~

Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Posted by Cornelia Huck 5 years, 11 months ago
On Wed, 11 Dec 2019 12:36:12 -0800
Richard Henderson <richard.henderson@linaro.org> wrote:

> Found while working on other parts of cputlb,
> this cleanup can be split out independently.
> 
> 
> r~
> 
> 
> Richard Henderson (2):
>   target/s390x: Split out helper_per_store_real
>   target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
> 
>  target/s390x/helper.h      |  5 +----
>  target/s390x/mem_helper.c  | 38 --------------------------------------
>  target/s390x/misc_helper.c | 10 ++++++++++
>  target/s390x/translate.c   | 21 ++++++++-------------
>  target/s390x/insn-data.def |  8 ++++----
>  5 files changed, 23 insertions(+), 59 deletions(-)
> 

Thanks, applied.