Re: [PATCH 01/18] target: Mention 'cpu-qom.h' is target agnostic

2023-10-12 Thread Richard Henderson
On 10/10/23 02:28, Philippe Mathieu-Daudé wrote: "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é Reviewed-by: Richard Henderson r~

[PATCH 01/18] target: Mention 'cpu-qom.h' is target agnostic

2023-10-10 Thread Philippe Mathieu-Daudé
"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é --- target/arm/cpu-qom.h| 2 +- target/hppa/cpu-qom.h | 2 +- target/microblaze/cpu-qom.h | 2 +- 3 files changed, 3 insertio