aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 11:58:26 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-15 12:13:59 -0300
commitc3fb1fc9267303cb1bba9913927ddb5e06991714 (patch)
treecec05efe75d851230bc1f7e6858b9be789207989 /rust/qemu-api
parentae412c021088da9f977f6407fedef652fb4c43db (diff)
downloadqemu-c3fb1fc9267303cb1bba9913927ddb5e06991714.zip
qemu-c3fb1fc9267303cb1bba9913927ddb5e06991714.tar.gz
qemu-c3fb1fc9267303cb1bba9913927ddb5e06991714.tar.bz2
hw/i386: Use explicit little-endian LD/ST API
The x86 architecture uses little endianness. Directly use the little-endian LD/ST API. Mechanical change using: $ end=le; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p(/st${acc}_${end}_p(/" \ $(git grep -wlE '(ld|st)t?u?[wlq]_p' hw/i386/); \ done Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241004163042.85922-9-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions