[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 60/67] hw/s390x: add include directory headers
From: |
Michael S. Tsirkin |
Subject: |
[qemu-s390x] [PATCH 60/67] hw/s390x: add include directory headers |
Date: |
Thu, 3 May 2018 22:51:40 +0300 |
This way they are easier to find using standard rules.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/hw/s390x/ccw-device.h | 1 +
include/hw/s390x/ipl.h | 1 +
include/hw/s390x/s390-pci-bus.h | 1 +
include/hw/s390x/s390-pci-inst.h | 1 +
include/hw/s390x/s390-virtio-hcall.h | 1 +
include/hw/s390x/virtio-ccw.h | 1 +
6 files changed, 6 insertions(+)
create mode 100644 include/hw/s390x/ccw-device.h
create mode 100644 include/hw/s390x/ipl.h
create mode 100644 include/hw/s390x/s390-pci-bus.h
create mode 100644 include/hw/s390x/s390-pci-inst.h
create mode 100644 include/hw/s390x/s390-virtio-hcall.h
create mode 100644 include/hw/s390x/virtio-ccw.h
diff --git a/include/hw/s390x/ccw-device.h b/include/hw/s390x/ccw-device.h
new file mode 100644
index 0000000..ab761b3
--- /dev/null
+++ b/include/hw/s390x/ccw-device.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/ccw-device.h"
diff --git a/include/hw/s390x/ipl.h b/include/hw/s390x/ipl.h
new file mode 100644
index 0000000..21a3c5f
--- /dev/null
+++ b/include/hw/s390x/ipl.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/ipl.h"
diff --git a/include/hw/s390x/s390-pci-bus.h b/include/hw/s390x/s390-pci-bus.h
new file mode 100644
index 0000000..67ead13
--- /dev/null
+++ b/include/hw/s390x/s390-pci-bus.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/s390-pci-bus.h"
diff --git a/include/hw/s390x/s390-pci-inst.h b/include/hw/s390x/s390-pci-inst.h
new file mode 100644
index 0000000..f4f0106
--- /dev/null
+++ b/include/hw/s390x/s390-pci-inst.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/s390-pci-inst.h"
diff --git a/include/hw/s390x/s390-virtio-hcall.h
b/include/hw/s390x/s390-virtio-hcall.h
new file mode 100644
index 0000000..4d7a2ed
--- /dev/null
+++ b/include/hw/s390x/s390-virtio-hcall.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/s390-virtio-hcall.h"
diff --git a/include/hw/s390x/virtio-ccw.h b/include/hw/s390x/virtio-ccw.h
new file mode 100644
index 0000000..4f22f9d
--- /dev/null
+++ b/include/hw/s390x/virtio-ccw.h
@@ -0,0 +1 @@
+#include_next "../hw/s390x/virtio-ccw.h"
--
MST
- [qemu-s390x] [PATCH 60/67] hw/s390x: add include directory headers,
Michael S. Tsirkin <=