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

2019-12-17 Thread Cornelia Huck
On Wed, 11 Dec 2019 12:36:12 -0800 Richard Henderson 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 ADD

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

2019-12-16 Thread Richard Henderson
On 12/16/19 7:04 AM, Cornelia Huck wrote: > On Wed, 11 Dec 2019 12:36:12 -0800 > Richard Henderson 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

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

2019-12-16 Thread Cornelia Huck
On Wed, 11 Dec 2019 12:36:12 -0800 Richard Henderson 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 ADD

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

2019-12-11 Thread Richard Henderson
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 |