[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 63/67] hw/s390x: use target headers explicitly
From: |
Michael S. Tsirkin |
Subject: |
[qemu-s390x] [PATCH 63/67] hw/s390x: use target headers explicitly |
Date: |
Thu, 3 May 2018 22:51:43 +0300 |
This way they are easier to find.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
hw/s390x/s390-virtio-ccw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
index 435f7c9..418dc48 100644
--- a/hw/s390x/s390-virtio-ccw.c
+++ b/hw/s390x/s390-virtio-ccw.c
@@ -33,7 +33,7 @@
#include "hw/s390x/s390-virtio-ccw.h"
#include "hw/s390x/css-bridge.h"
#include "migration/register.h"
-#include "cpu_models.h"
+#include "target/s390x/cpu_models.h"
#include "hw/nmi.h"
S390CPU *s390_cpu_addr2state(uint16_t cpu_addr)
--
MST
- [qemu-s390x] [PATCH 63/67] hw/s390x: use target headers explicitly,
Michael S. Tsirkin <=