Skip to content

Commit

Permalink
target: Mention 'cpu-qom.h' is target agnostic
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
philmd committed Nov 7, 2023
1 parent 6ee45fa commit 336588a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target/arm/cpu-qom.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* QEMU ARM CPU
* QEMU ARM CPU QOM header (target agnostic)
*
* Copyright (c) 2012 SUSE LINUX Products GmbH
*
Expand Down
2 changes: 1 addition & 1 deletion target/hppa/cpu-qom.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* QEMU HPPA CPU
* QEMU HPPA CPU QOM header (target agnostic)
*
* Copyright (c) 2016 Richard Henderson <rth@twiddle.net>
*
Expand Down
2 changes: 1 addition & 1 deletion target/microblaze/cpu-qom.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* QEMU MicroBlaze CPU
* QEMU MicroBlaze CPU QOM header (target agnostic)
*
* Copyright (c) 2012 SUSE LINUX Products GmbH
*
Expand Down

0 comments on commit 336588a

Please sign in to comment.