]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Implement extended address load/store out of line
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Feb 2025 21:20:58 +0000 (13:20 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commitbeea772666fb1bb86136042fd8ee7140a01bb36f
treebe9e380da9436ef1927aa8c3f5a25de91ed5ad63
parent526b0d364af081792e469adabbc67aeaca8a4343
target/microblaze: Implement extended address load/store out of line

Use helpers and address_space_ld/st instead of inline
loads and stores.  This allows us to perform operations
on physical addresses wider than virtual addresses.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/helper.h
target/microblaze/op_helper.c
target/microblaze/translate.c