OSDN Git Service

accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Aug 2023 01:22:41 +0000 (18:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 14:57:15 +0000 (14:57 +0000)
commit0e1144400fc390c0b6c37c252e95961cfab1dde9
tree4f5bc63e2b50f1fdb31b7378e5701fd001d6485c
parentfb3cb376e9d97970b29f571b22f8729f7ca8b945
accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed

Since the introduction of CPUTLBEntryFull, we can recover
the full cpu address space physical address without having
to examine the MemoryRegionSection.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c