]> xenbits.xensource.com Git - qemu-xen.git/commit
target/sparc: Use tlb_set_page_full
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 Feb 2023 00:31:40 +0000 (14:31 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commit71b7794bbe5ed58070cd4e1f94a4da626998f3c3
tree2f2f9a4e8788ba680d43ede3e400d284de2f0a22
parent968f305e089eea6b1c4104bf741bf0e18692c0c5
target/sparc: Use tlb_set_page_full

Pass CPUTLBEntryFull to get_physical_address instead
of a collection of pointers.

Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/mmu_helper.c