]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
x86: Modify config-file for Celsius-W420 to be consistent with huge tables.
authorIvan Kolchin <ivan.kolchin@siemens.com>
Tue, 11 Feb 2014 07:10:18 +0000 (11:10 +0400)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 12 Feb 2014 18:34:55 +0000 (19:34 +0100)
Align the hypervisor region on a 2M boundary to avoid having to map it with
4K pages.

Signed-off-by: Ivan Kolchin <ivan.kolchin@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/celsius-w420.c

index 9549a7e43d942b3e712fe77849e084979211670c..a21b5d85cd700175435a2c7faf8f371229808d94 100644 (file)
@@ -29,7 +29,7 @@ struct {
 } ALIGN config = {
        .header = {
                .hypervisor_memory = {
-                       .phys_start = 0x1bf00000,
+                       .phys_start = 0x1c000000,
                        .size = 0x4000000,
                },
                .config_memory = {