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>
This commit is contained in:
Philippe Mathieu-Daudé
2026-03-13 06:07:41 +01:00
parent 1ee7220bd0
commit 3db78d53d3
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#include "qemu/bitops.h"
#include "qemu/module.h"
#include "hw/s390x/ap-bridge.h"
#include "cpu.h"
#include "target/s390x/cpu.h"
static char *ap_bus_get_dev_path(DeviceState *dev)
{

View File

@@ -13,7 +13,7 @@
#ifndef HW_S390_IPL_H
#define HW_S390_IPL_H
#include "cpu.h"
#include "target/s390x/cpu.h"
#include "exec/target_page.h"
#include "system/address-spaces.h"
#include "system/memory.h"

View File

@@ -11,7 +11,7 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "cpu.h"
#include "target/s390x/cpu.h"
#include "hw/s390x/s390-virtio-ccw.h"
#include "hw/s390x/s390-hypercall.h"
#include "hw/s390x/ioinst.h"

View File

@@ -12,7 +12,7 @@
#ifndef HW_S390_HYPERCALL_H
#define HW_S390_HYPERCALL_H
#include "cpu.h"
#include "target/s390x/cpu.h"
#define DIAG500_VIRTIO_NOTIFY 0 /* legacy, implemented as a NOP */
#define DIAG500_VIRTIO_RESET 1 /* legacy */

View File

@@ -20,7 +20,7 @@
#include "qemu/error-report.h"
#include "qapi/error.h"
#include "qobject/qdict.h"
#include "cpu.h"
#include "target/s390x/cpu.h"
/* 512KiB cover 2GB of guest memory */
#define CMMA_BLOCK_SIZE (512 * KiB)

View File

@@ -14,7 +14,7 @@
#include "qemu/timer.h"
#include "qemu/cutils.h"
#include "qemu/module.h"
#include "cpu.h"
#include "target/s390x/cpu.h"
#include "tcg/tcg_s390x.h"
#include "system/rtc.h"