]> Git Repo - qemu.git/commitdiff
linux-user: Add host dependency for RISC-V 64-bit
authorAlistair Francis <[email protected]>
Wed, 19 Dec 2018 19:16:41 +0000 (19:16 +0000)
committerRichard Henderson <[email protected]>
Tue, 25 Dec 2018 19:40:02 +0000 (06:40 +1100)
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Michael Clark <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <9d777f619840a8dd8e4f3834dcfc3bd28e052ccd.1545246859[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
MAINTAINERS
linux-user/host/riscv64/hostdep.h [new file with mode: 0644]

index 067629b10e7c069409719cc592de253a17ef2f42..7a4cf30a043a0cdcd4df515f72de66a55ea3e634 100644 (file)
@@ -267,6 +267,7 @@ F: target/riscv/
 F: hw/riscv/
 F: include/hw/riscv/
 F: linux-user/host/riscv32/
+F: linux-user/host/riscv64/
 F: disas/riscv.c
 
 S390
diff --git a/linux-user/host/riscv64/hostdep.h b/linux-user/host/riscv64/hostdep.h
new file mode 100644 (file)
index 0000000..28467ba
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * hostdep.h : things which are dependent on the host architecture
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+
+#ifndef RISCV64_HOSTDEP_H
+#define RISCV64_HOSTDEP_H
+
+#endif
This page took 0.024528 seconds and 4 git commands to generate.