qemu/include/exec/user
Philippe Mathieu-Daudé d25ddb3f54 exec/user: Do not include 'cpu.h' in 'abitypes.h'
"exec/user/abitypes.h" requires:

 - "exec/cpu-defs.h"           (TARGET_LONG_BITS)
 - "exec/tswap.h"              (tswap32)

In order to avoid "cpu.h", pick the minimum required headers.

Assert this user-specific header is only included from user
emulation.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231212123401.37493-20-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2024-04-26 17:03:05 +02:00
..
abitypes.h exec/user: Do not include 'cpu.h' in 'abitypes.h' 2024-04-26 17:03:05 +02:00
guest-base.h tcg: Split out exec/user/guest-base.h 2023-05-16 20:13:51 -07:00
thunk.h thunk: Delete checks for old host definitions 2023-09-15 05:26:50 -07:00