]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use get_phys_addr_with_struct for stage2
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:47 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:47 +0000 (11:15 +0100)
commita5c7765202f3afcc1e0bf4ae87a89bffcfb50b33
tree51481fcae1b22fc94128cf773338b430fb5e45d4
parent7c19b2d6d9c67910812da976c968500a1d6eb170
target/arm: Use get_phys_addr_with_struct for stage2

This fixes a bug in which we failed to initialize
the result attributes properly after the memset.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230620124418.805717-17-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c