Re: [PATCH 1/5] target/i386: Remove NEED_CPU_H guard from target-specific headers

2022-12-16 Thread Richard Henderson
On 12/16/22 14:01, Philippe Mathieu-Daudé wrote: NEED_CPU_H is always defined for these target-specific headers. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/hax/hax-i386.h | 2 -- target/i386/hvf/hvf-i386.h | 4 2 files changed, 6 deletions(-) Reviewed-by: Richard Henderson

[PATCH 1/5] target/i386: Remove NEED_CPU_H guard from target-specific headers

2022-12-16 Thread Philippe Mathieu-Daudé
NEED_CPU_H is always defined for these target-specific headers. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/hax/hax-i386.h | 2 -- target/i386/hvf/hvf-i386.h | 4 2 files changed, 6 deletions(-) diff --git a/target/i386/hax/hax-i386.h b/target/i386/hax/hax-i386.h index efbb346238