Re: [Qemu-devel] [PATCH v2 15/16] target-s390x: use softmmu functions for mvcp/mvcs

2015-06-03 Thread Richard Henderson
On 06/03/2015 02:09 PM, Aurelien Jarno wrote: mvcp and mvcs helper get access to the physical memory by a call to mmu_translate for the virtual to real conversion and then using ldb_phys and stb_phys to physically access the data. In practice this is quite slow because it bypasses the QEMU softmm

[Qemu-devel] [PATCH v2 15/16] target-s390x: use softmmu functions for mvcp/mvcs

2015-06-03 Thread Aurelien Jarno
mvcp and mvcs helper get access to the physical memory by a call to mmu_translate for the virtual to real conversion and then using ldb_phys and stb_phys to physically access the data. In practice this is quite slow because it bypasses the QEMU softmmu TLB and because stb_phys calls try to invalida