Home
last modified time | relevance | path

Searched hist:"2 d54f19401bc54b3b56d1cc44c96e4087b604b97" (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Dcputlb.c2d54f19401bc54b3b56d1cc44c96e4087b604b97 Fri Jun 15 13:57:14 UTC 2018 Peter Maydell <peter.maydell@linaro.org> 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.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180611125633.32755-3-peter.maydell@linaro.org