]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
configs: Rename folder
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 12 Jan 2014 14:42:22 +0000 (15:42 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 13 Jan 2014 14:47:50 +0000 (15:47 +0100)
Same logic as for inmates: There is more than one config file kept here.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
.gitignore
Makefile
README
configs/Makefile [moved from config/Makefile with 100% similarity]
configs/apic-demo.c [moved from config/apic-demo.c with 100% similarity]
configs/celsius-w420.c [moved from config/celsius-w420.c with 100% similarity]
configs/chromebook.c [moved from config/chromebook.c with 100% similarity]
configs/h700-8G.c [moved from config/h700-8G.c with 100% similarity]
configs/h87i.c [moved from config/h87i.c with 100% similarity]
configs/qemu-vm.c [moved from config/qemu-vm.c with 100% similarity]
configs/tiny-demo.c [moved from config/tiny-demo.c with 100% similarity]

index c0d4ae0f4cf7572235635e3a9658b73aeb2c9e67..6ea0e715b9d6785e31a1e5f249fd4ed8332bcecb 100644 (file)
@@ -9,4 +9,4 @@ jailhouse.ko
 hypervisor/include/jailhouse/config.h
 hypervisor/hypervisor.lds
 tools/jailhouse
-config/*.cell
+configs/*.cell
index 0bc083a11731d16e4da301b50519d711996090bd..1d88026417391f9b7efaa55540177827ebda12b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 # the COPYING file in the top-level directory.
 #
 
-subdir-y := hypervisor config inmates
+subdir-y := hypervisor configs inmates
 
 obj-m := jailhouse.o
 
diff --git a/README b/README
index d514a22cfbb3b5adc2e388702b0575f5fed113f0..343636d6241a15143304120d3f341595f624fafd 100644 (file)
--- a/README
+++ b/README
@@ -74,9 +74,9 @@ Configuration
 Jailhouse requires one configuration file for the complete system and one for
 each additional cell beside Linux. The configuration is currently being
 defined manually by filling C structures. To study the structure, use
-config/qemu-vm.c for a system configuration and config/apic-demo.c for a cell
+configs/qemu-vm.c for a system configuration and configs/apic-demo.c for a cell
 configuration as reference. The build system will pick up every .c file from
-the config/ directory and generate a corresponding .cell file. .cell files can
+the configs/ directory and generate a corresponding .cell file. .cell files can
 then be passed to the jailhouse command line tool for enabling the hypervisor
 and creating new cells.
 
similarity index 100%
rename from config/Makefile
rename to configs/Makefile
similarity index 100%
rename from config/apic-demo.c
rename to configs/apic-demo.c
similarity index 100%
rename from config/celsius-w420.c
rename to configs/celsius-w420.c
similarity index 100%
rename from config/chromebook.c
rename to configs/chromebook.c
similarity index 100%
rename from config/h700-8G.c
rename to configs/h700-8G.c
similarity index 100%
rename from config/h87i.c
rename to configs/h87i.c
similarity index 100%
rename from config/qemu-vm.c
rename to configs/qemu-vm.c
similarity index 100%
rename from config/tiny-demo.c
rename to configs/tiny-demo.c