]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Restrict tlb flush from vttbr_write to vmid change
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:53 +0000 (20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (11:27 +0100)
commit00b20ee42ea97f2329779851a7f8a290712109ee
treea08a8a11bfacd17162dacf6763a5101df11fa3cf
parent575a94af3c113157cf749364a921336ddd346e9a
target/arm: Restrict tlb flush from vttbr_write to vmid change

Compare only the VMID field when considering whether we need to flush.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20221011031911.2408754-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c