unicorn/qemu/accel
Peter Maydell 7a6ae26346
cputlb: Pass cpu_transaction_failed() the correct physaddr
The API for cpu_transaction_failed() says that it takes the physical
address for the failed transaction. However we were actually passing
it the offset within the target MemoryRegion. We don't currently
have any target CPU implementations of this hook that require the
physical address; fix this bug so we don't get confused if we ever
do add one.

Backports commit 2d54f19401bc54b3b56d1cc44c96e4087b604b97 from qemu
2018-06-15 12:03:23 -04:00
..
tcg cputlb: Pass cpu_transaction_failed() the correct physaddr 2018-06-15 12:03:23 -04:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00