diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-06 10:31:27 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-07 12:13:27 +0100 |
commit | 336588a29d27d7099155b0e9fa67560f1c454f3d (patch) | |
tree | ff3421bb23fc556c11f3cae11c7f41d9d9282fb0 | |
parent | 6ee45fac56a2e3943214dd0f1568388ee89f16c2 (diff) | |
download | qemu-336588a29d27d7099155b0e9fa67560f1c454f3d.zip qemu-336588a29d27d7099155b0e9fa67560f1c454f3d.tar.gz qemu-336588a29d27d7099155b0e9fa67560f1c454f3d.tar.bz2 |
target: Mention 'cpu-qom.h' is target agnostic
"target/foo/cpu-qom.h" is supposed to be target agnostic
(include-able by any target). Add such mention in the
header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231013140116.255-3-philmd@linaro.org>
-rw-r--r-- | target/arm/cpu-qom.h | 2 | ||||
-rw-r--r-- | target/hppa/cpu-qom.h | 2 | ||||
-rw-r--r-- | target/microblaze/cpu-qom.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/arm/cpu-qom.h b/target/arm/cpu-qom.h index 153865d..dfb9d5b 100644 --- a/target/arm/cpu-qom.h +++ b/target/arm/cpu-qom.h @@ -1,5 +1,5 @@ /* - * QEMU ARM CPU + * QEMU ARM CPU QOM header (target agnostic) * * Copyright (c) 2012 SUSE LINUX Products GmbH * diff --git a/target/hppa/cpu-qom.h b/target/hppa/cpu-qom.h index cabd3b6..b7d9cdf 100644 --- a/target/hppa/cpu-qom.h +++ b/target/hppa/cpu-qom.h @@ -1,5 +1,5 @@ /* - * QEMU HPPA CPU + * QEMU HPPA CPU QOM header (target agnostic) * * Copyright (c) 2016 Richard Henderson <rth@twiddle.net> * diff --git a/target/microblaze/cpu-qom.h b/target/microblaze/cpu-qom.h index 2a734e6..78f549b 100644 --- a/target/microblaze/cpu-qom.h +++ b/target/microblaze/cpu-qom.h @@ -1,5 +1,5 @@ /* - * QEMU MicroBlaze CPU + * QEMU MicroBlaze CPU QOM header (target agnostic) * * Copyright (c) 2012 SUSE LINUX Products GmbH * |