]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/qemu-vm.c
configs: Adjust qemu-vm regarding ACPI region size
[jailhouse.git] / configs / qemu-vm.c
index 54f23b9063794cf2c6f8a49c774945794f103df5..2db694fa7c359506687db6b6b446da49ac2ba112 100644 (file)
@@ -33,11 +33,11 @@ struct {
        .header = {
                .hypervisor_memory = {
                        .phys_start = 0x3c000000,
-                       .size = 0x4000000 - 0x4000,
+                       .size = 0x4000000 - 0x30000,
                },
                .config_memory = {
-                       .phys_start = 0x3fffc000,
-                       .size = 0x4000,
+                       .phys_start = 0x3ffdf000,
+                       .size = 0x30000,
                },
                .platform_info.x86 = {
                        .pm_timer_address = 0x608,
@@ -67,9 +67,9 @@ struct {
                                JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_DMA,
                },
                /* ACPI */ {
-                       .phys_start = 0x3fffc000,
-                       .virt_start = 0x3fffc000,
-                       .size = 0x4000,
+                       .phys_start = 0x3ffdf000,
+                       .virt_start = 0x3ffdf000,
+                       .size = 0x30000,
                        .flags = JAILHOUSE_MEM_READ,
                },
                /* PCI */ {