]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target: Mention 'cpu-qom.h' is target agnostic
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 6 Oct 2023 08:31:27 +0000 (10:31 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:27 +0000 (12:13 +0100)
"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>

target/arm/cpu-qom.h
target/hppa/cpu-qom.h
target/microblaze/cpu-qom.h

index 153865d1bbdcdb67de6dad71b6ffad7f3ebdbf7d..dfb9d5b82764b7b676d393d3555ff1ca522ffcd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * QEMU ARM CPU
+ * QEMU ARM CPU QOM header (target agnostic)
  *
  * Copyright (c) 2012 SUSE LINUX Products GmbH
  *
index cabd3b681e7e67d44aceaf11d02684a606752f82..b7d9cdfe11e8a757b506fb5a5193fa1ca9c76907 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * QEMU HPPA CPU
+ * QEMU HPPA CPU QOM header (target agnostic)
  *
  * Copyright (c) 2016 Richard Henderson <rth@twiddle.net>
  *
index 2a734e644d53bd220f3c93344a49d0984e904628..78f549b57d6bec1a185d2e52a3dfcd9a305bdf22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * QEMU MicroBlaze CPU
+ * QEMU MicroBlaze CPU QOM header (target agnostic)
  *
  * Copyright (c) 2012 SUSE LINUX Products GmbH
  *