]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
configs: Align demo cell names to file names
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 3 May 2014 10:49:58 +0000 (12:49 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sat, 3 May 2014 12:56:57 +0000 (14:56 +0200)
Avoid spaces in the name and align them to their file names to make them
more convenient for command line use - now that we accept names for
addressing cells.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/apic-demo.c
configs/tiny-demo.c

index 7cf028bf3e63992cc3f286dd4051e50d8db1c4c3..104c7f7d7d6026af042b0de3f4b798827f69c45a 100644 (file)
@@ -25,7 +25,7 @@ struct {
        __u8 ALIGN pio_bitmap[0x2000];
 } ALIGN config = {
        .cell = {
-               .name = "APIC Demo",
+               .name = "apic-demo",
 
                .cpu_set_size = sizeof(config.cpus),
                .num_memory_regions = ARRAY_SIZE(config.mem_regions),
index 97d8b17dfc2476ab965436fe81aac6a48751558e..926b6a2c912a729b423c34b0cce770dfeb373749 100644 (file)
@@ -25,7 +25,7 @@ struct {
        __u8 ALIGN pio_bitmap[0x2000];
 } ALIGN config = {
        .cell = {
-               .name = "Tiny Demo",
+               .name = "tiny-demo",
                .flags = JAILHOUSE_CELL_UNMANAGED_EXIT,
 
                .cpu_set_size = sizeof(config.cpus),