diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-24 21:59:08 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:07:31 -0700 |
commit | d4ecfc569dcfb33dd9f00afaa6e2bd883fcf1e4a (patch) | |
tree | 7ba97282ef04160c8e6e4f85f4af323b94024646 /rust | |
parent | 652d19a642b34cd99fc2ce65267a216cb9de8f4f (diff) | |
download | qemu-d4ecfc569dcfb33dd9f00afaa6e2bd883fcf1e4a.zip qemu-d4ecfc569dcfb33dd9f00afaa6e2bd883fcf1e4a.tar.gz qemu-d4ecfc569dcfb33dd9f00afaa6e2bd883fcf1e4a.tar.bz2 |
meson: add common hw files
Those files will be compiled once per base architecture ("arm" in this
case), instead of being compiled for every variant/bitness of
architecture.
We make sure to not include target cpu definitions (exec/cpu-defs.h) by
defining header guard directly. This way, a given compilation unit can
access a specific cpu definition, but not access to compile time defines
associated.
Previous commits took care to clean up some headers to not rely on
cpu-defs.h content.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-24-pierrick.bouvier@linaro.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions