hw/vfio/ap.c: use full path for target specific header
In addition, we fix target/s390x/kvm/kvm_s390x.h cpu-qom include also. Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Tested-by: Cédric Le Goater <clg@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Link: https://lore.kernel.org/qemu-devel/20260318174733.1717643-7-pierrick.bouvier@linaro.org Signed-off-by: Cédric Le Goater <clg@redhat.com>
Pierrick Bouvier committed
Mar 18, 2026 at 10:47 UTC
b53bd38f4b24345823ead444714e6458abbf45a1
2 files changed
+2
-2
hw/vfio/ap.c
+1
-1
@@ -25,7 +25,7 @@
25
#include "qemu/module.h"
26
#include "qemu/option.h"
27
#include "qemu/config-file.h"
28
-#include "kvm/kvm_s390x.h"
28
+#include "target/s390x/kvm/kvm_s390x.h"
29
#include "migration/vmstate.h"
30
#include "hw/core/qdev-properties.h"
31
#include "hw/s390x/ap-bridge.h"
target/s390x/kvm/kvm_s390x.h
+1
-1
@@ -10,7 +10,7 @@
10
#ifndef KVM_S390X_H
11
#define KVM_S390X_H
12
13
-#include "cpu-qom.h"
13
+#include "target/s390x/cpu-qom.h"
14
15
struct kvm_s390_irq;
16