hw/s390x: Include full path to target 'cpu.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-32-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 06:07 UTC
3db78d53d355a2bdd0eb370e4324c93e53c76b93
6 files changed
+6
-6
hw/s390x/ap-bridge.c
+1
-1
@@ -14,7 +14,7 @@
14
#include "qemu/bitops.h"
15
#include "qemu/module.h"
16
#include "hw/s390x/ap-bridge.h"
17
-#include "cpu.h"
17
+#include "target/s390x/cpu.h"
18
19
static char *ap_bus_get_dev_path(DeviceState *dev)
20
{
hw/s390x/ipl.h
+1
-1
@@ -13,7 +13,7 @@
13
#ifndef HW_S390_IPL_H
14
#define HW_S390_IPL_H
15
16
-#include "cpu.h"
16
+#include "target/s390x/cpu.h"
17
#include "exec/target_page.h"
18
#include "system/address-spaces.h"
19
#include "system/memory.h"
hw/s390x/s390-hypercall.c
+1
-1
@@ -11,7 +11,7 @@
11
12
#include "qemu/osdep.h"
13
#include "qemu/error-report.h"
14
-#include "cpu.h"
14
+#include "target/s390x/cpu.h"
15
#include "hw/s390x/s390-virtio-ccw.h"
16
#include "hw/s390x/s390-hypercall.h"
17
#include "hw/s390x/ioinst.h"
hw/s390x/s390-hypercall.h
+1
-1
@@ -12,7 +12,7 @@
12
#ifndef HW_S390_HYPERCALL_H
13
#define HW_S390_HYPERCALL_H
14
15
-#include "cpu.h"
15
+#include "target/s390x/cpu.h"
16
17
#define DIAG500_VIRTIO_NOTIFY 0 /* legacy, implemented as a NOP */
18
#define DIAG500_VIRTIO_RESET 1 /* legacy */
hw/s390x/s390-stattrib.c
+1
-1
@@ -20,7 +20,7 @@
20
#include "qemu/error-report.h"
21
#include "qapi/error.h"
22
#include "qobject/qdict.h"
23
-#include "cpu.h"
23
+#include "target/s390x/cpu.h"
24
25
/* 512KiB cover 2GB of guest memory */
26
#define CMMA_BLOCK_SIZE (512 * KiB)
hw/s390x/tod-tcg.c
+1
-1
@@ -14,7 +14,7 @@
14
#include "qemu/timer.h"
15
#include "qemu/cutils.h"
16
#include "qemu/module.h"
17
-#include "cpu.h"
17
+#include "target/s390x/cpu.h"
18
#include "tcg/tcg_s390x.h"
19
#include "system/rtc.h"
20