qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 53/67] target/ppc: add include directory headers


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 53/67] target/ppc: add include directory headers
Date: Thu, 3 May 2018 22:51:33 +0300

This way they are easier to find using standard rules.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 include/target/ppc/cpu-models.h    | 1 +
 include/target/ppc/cpu.h           | 1 +
 include/target/ppc/helper_regs.h   | 1 +
 include/target/ppc/mmu-book3s-v3.h | 1 +
 include/target/ppc/mmu-hash64.h    | 1 +
 5 files changed, 5 insertions(+)
 create mode 100644 include/target/ppc/cpu-models.h
 create mode 100644 include/target/ppc/cpu.h
 create mode 100644 include/target/ppc/helper_regs.h
 create mode 100644 include/target/ppc/mmu-book3s-v3.h
 create mode 100644 include/target/ppc/mmu-hash64.h

diff --git a/include/target/ppc/cpu-models.h b/include/target/ppc/cpu-models.h
new file mode 100644
index 0000000..2cb5fb9
--- /dev/null
+++ b/include/target/ppc/cpu-models.h
@@ -0,0 +1 @@
+#include_next "../target/ppc/cpu-models.h"
diff --git a/include/target/ppc/cpu.h b/include/target/ppc/cpu.h
new file mode 100644
index 0000000..36348ed
--- /dev/null
+++ b/include/target/ppc/cpu.h
@@ -0,0 +1 @@
+#include_next "../target/ppc/cpu.h"
diff --git a/include/target/ppc/helper_regs.h b/include/target/ppc/helper_regs.h
new file mode 100644
index 0000000..0e125b4
--- /dev/null
+++ b/include/target/ppc/helper_regs.h
@@ -0,0 +1 @@
+#include_next "../target/ppc/helper_regs.h"
diff --git a/include/target/ppc/mmu-book3s-v3.h 
b/include/target/ppc/mmu-book3s-v3.h
new file mode 100644
index 0000000..3d6e989
--- /dev/null
+++ b/include/target/ppc/mmu-book3s-v3.h
@@ -0,0 +1 @@
+#include_next "../target/ppc/mmu-book3s-v3.h"
diff --git a/include/target/ppc/mmu-hash64.h b/include/target/ppc/mmu-hash64.h
new file mode 100644
index 0000000..7eaddfe
--- /dev/null
+++ b/include/target/ppc/mmu-hash64.h
@@ -0,0 +1 @@
+#include_next "../target/ppc/mmu-hash64.h"
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]