]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Simplify DC_ZVA
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:16 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commite26d0d226892f67435cadcce86df0ddfb9943174
tree5f89caaf281b762c318b40cb527f0721f22657ce
parenta4157b80242bf1c8aa0ee77aae7458ba79012d5d
target/arm: Simplify DC_ZVA

Now that we know that the operation is on a single page,
we need not loop over pages while probing.

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