[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 36/67] migration: add include directory headers
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 36/67] migration: add include directory headers |
Date: |
Thu, 3 May 2018 22:51:15 +0300 |
This way they are easier to find using standard rules.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/migration/migration.h | 1 +
include/migration/postcopy-ram.h | 1 +
include/migration/qemu-file.h | 1 +
3 files changed, 3 insertions(+)
create mode 100644 include/migration/migration.h
create mode 100644 include/migration/postcopy-ram.h
create mode 100644 include/migration/qemu-file.h
diff --git a/include/migration/migration.h b/include/migration/migration.h
new file mode 100644
index 0000000..516b7f6
--- /dev/null
+++ b/include/migration/migration.h
@@ -0,0 +1 @@
+#include_next "../migration/migration.h"
diff --git a/include/migration/postcopy-ram.h b/include/migration/postcopy-ram.h
new file mode 100644
index 0000000..2ea8237
--- /dev/null
+++ b/include/migration/postcopy-ram.h
@@ -0,0 +1 @@
+#include_next "../migration/postcopy-ram.h"
diff --git a/include/migration/qemu-file.h b/include/migration/qemu-file.h
new file mode 100644
index 0000000..8ea3af1
--- /dev/null
+++ b/include/migration/qemu-file.h
@@ -0,0 +1 @@
+#include_next "../migration/qemu-file.h"
--
MST
- [Qemu-devel] [PATCH 24/67] net: add include directory headers, (continued)
- [Qemu-devel] [PATCH 24/67] net: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 22/67] ui: use local path for local headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 25/67] arch_init: sort architectures, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 28/67] 9pfs: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 29/67] fsdev: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 30/67] audio: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 35/67] hw/usb: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 33/67] hw/net: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 32/67] ui: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 36/67] migration: add include directory headers,
Michael S. Tsirkin <=
- [Qemu-devel] [PATCH 37/67] tcg: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 39/67] target: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 38/67] helper: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03