qemu-e2k/include/hw/core
Alex Bennée 2f3a57ee47 cputlb: ensure we save the IOTLB data in case of reset
Any write to a device might cause a re-arrangement of memory
triggering a TLB flush and potential re-size of the TLB invalidating
previous entries. This would cause users of qemu_plugin_get_hwaddr()
to see the warning:

  invalid use of qemu_plugin_get_hwaddr

because of the failed tlb_lookup which should always succeed. To
prevent this we save the IOTLB data in case it is later needed by a
plugin doing a lookup.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200713200415.26214-7-alex.bennee@linaro.org>
2020-07-15 11:52:43 +01:00
..
cpu.h cputlb: ensure we save the IOTLB data in case of reset 2020-07-15 11:52:43 +01:00
generic-loader.h include: Make headers more self-contained 2019-08-16 13:31:51 +02:00
split-irq.h Include hw/irq.h a lot less 2019-08-16 13:31:52 +02:00