qemu/accel
KONRAD Frederic 71b9a45330 cputlb: fix the way get_page_addr_code fills the tlb
get_page_addr_code(..) does a cpu_ldub_code to fill the tlb:
This can lead to some side effects if a device is mapped at this address.

So this patch replaces the cpu_memory_ld by a tlb_fill.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2017-06-27 15:09:15 +02:00
..
kvm accel: move kvm related accelerator files into accel/ 2017-06-15 11:04:06 +02:00
stubs accel: move kvm related accelerator files into accel/ 2017-06-15 11:04:06 +02:00
tcg cputlb: fix the way get_page_addr_code fills the tlb 2017-06-27 15:09:15 +02:00
accel.c accel: split the tcg accelerator from accel.c file 2017-06-15 11:04:05 +02:00
Makefile.objs accel: move kvm related accelerator files into accel/ 2017-06-15 11:04:06 +02:00