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

2019-12-12 Thread David Hildenbrand
On 11.12.19 21:36, Richard Henderson wrote: > These are trivially done by performing a memory operation > with the correct mmu_idx. The only tricky part is using > get_address directly in order to get the address wrapped; > we cannot use la2 because of the format. > > Signed-off-by: Richard Hende

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

2019-12-11 Thread Richard Henderson
These are trivially done by performing a memory operation with the correct mmu_idx. The only tricky part is using get_address directly in order to get the address wrapped; we cannot use la2 because of the format. Signed-off-by: Richard Henderson --- target/s390x/helper.h | 4 target/