@samitouri / QOSamiQemu / commits / 61f26fc177

hw/i386: Include full path to target 'cpu.h' header

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-25-philmd@linaro.org>

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:10 UTC 61f26fc177aae27d32dc6dc75c7ccd18857686a8
5 files changed +5 -5
hw/i386/multiboot.c
+1 -1
@@ -24,7 +24,7 @@
24
25 #include "qemu/osdep.h"
26 #include "qemu/option.h"
27 -#include "cpu.h"
27 +#include "target/i386/cpu.h"
28 #include "hw/nvram/fw_cfg.h"
29 #include "multiboot.h"
30 #include "hw/core/loader.h"
hw/i386/pc_sysfw_ovmf.c
+1 -1
@@ -27,7 +27,7 @@
27 #include "qemu/error-report.h"
28 #include "hw/i386/pc.h"
29 #include "exec/target_page.h"
30 -#include "cpu.h"
30 +#include "target/i386/cpu.h"
31 #include "target/i386/sev.h"
32 #include "kvm/tdx.h"
33
hw/i386/vmmouse.c
+1 -1
@@ -29,7 +29,7 @@
29 #include "hw/input/i8042.h"
30 #include "hw/core/qdev-properties.h"
31 #include "migration/vmstate.h"
32 -#include "cpu.h"
32 +#include "target/i386/cpu.h"
33 #include "qom/object.h"
34
35 #include "trace.h"
hw/isa/lpc_ich9.c
+1 -1
@@ -30,7 +30,7 @@
30
31 #include "qemu/osdep.h"
32 #include "qemu/log.h"
33 -#include "cpu.h"
33 +#include "target/i386/cpu.h"
34 #include "qapi/error.h"
35 #include "qapi/visitor.h"
36 #include "qemu/range.h"
include/hw/i386/apic_internal.h
+1 -1
@@ -21,7 +21,7 @@
21 #ifndef QEMU_APIC_INTERNAL_H
22 #define QEMU_APIC_INTERNAL_H
23
24 -#include "cpu.h"
24 +#include "target/i386/cpu.h"
25 #include "hw/i386/apic.h"
26 #include "system/memory.h"
27 #include "qemu/timer.h"