Re: [PATCH 1/6] target/s390x/mmu_helper: Use address_space_rw() in place

2020-06-02 Thread David Hildenbrand
On 31.05.20 19:54, Philippe Mathieu-Daudé wrote: > In an effort to remove the cpu_physical_memory_rw() API, > update s390_cpu_virt_mem_rw() to use a more recent > address_space_rw() API. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/s390x/mmu_helper.c | 6 -- > 1 file changed, 4

[PATCH 1/6] target/s390x/mmu_helper: Use address_space_rw() in place

2020-05-31 Thread Philippe Mathieu-Daudé
In an effort to remove the cpu_physical_memory_rw() API, update s390_cpu_virt_mem_rw() to use a more recent address_space_rw() API. Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/mmu_helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git