Home
last modified time | relevance | path

Searched hist:a523b62c8573c09d96472e06486bb58740945215 (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Duser-exec.ca523b62c8573c09d96472e06486bb58740945215 Mon Feb 17 11:21:42 UTC 2025 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Include missing bswap headers in user-exec.c

Commit 35c653c4029 ("tcg: Add 128-bit guest memory
primitives") introduced the use of bswap128() which is
declared in "qemu/int128.h", commit de95016dfbf ("accel/tcg:
Implement helper_{ld,st}*_mmu for user-only") introduced the
other bswap*() uses, which are declared in "qemu/bswap.h".
Include the missing headers.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250217130610.18313-3-philmd@linaro.org>