From: Jan Kiszka <[email protected]>

More space helps with throughput when using the shared memory for
inter-cell networking.

Signed-off-by: Jan Kiszka <[email protected]>
---
 configs/ivshmem-demo.c   | 6 +++---
 configs/linux-x86-demo.c | 8 ++++----
 configs/qemu-vm.c        | 8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/configs/ivshmem-demo.c b/configs/ivshmem-demo.c
index ac426d4..5f97ca1 100644
--- a/configs/ivshmem-demo.c
+++ b/configs/ivshmem-demo.c
@@ -56,9 +56,9 @@ struct {
                },
                /* IVSHMEM shared memory region */
                {
-                       .phys_start = 0x3f1ff000,
-                       .virt_start = 0x3f1ff000,
-                       .size = 0x1000,
+                       .phys_start = 0x3f100000,
+                       .virt_start = 0x3f100000,
+                       .size = 0x100000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_ROOTSHARED,
                },
diff --git a/configs/linux-x86-demo.c b/configs/linux-x86-demo.c
index e874aeb..c0c8de7 100644
--- a/configs/linux-x86-demo.c
+++ b/configs/linux-x86-demo.c
@@ -61,16 +61,16 @@ struct {
                /* high RAM */ {
                        .phys_start = 0x3b700000,
                        .virt_start = 0x00200000,
-                       .size = 0x3aff000,
+                       .size = 0x3a00000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_DMA |
                                JAILHOUSE_MEM_LOADABLE,
                },
                /* IVSHMEM shared memory region */
                {
-                       .phys_start = 0x3f1ff000,
-                       .virt_start = 0x3f1ff000,
-                       .size = 0x1000,
+                       .phys_start = 0x3f100000,
+                       .virt_start = 0x3f100000,
+                       .size = 0x100000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_ROOTSHARED,
                },
diff --git a/configs/qemu-vm.c b/configs/qemu-vm.c
index 84e853c..9fb45a7 100644
--- a/configs/qemu-vm.c
+++ b/configs/qemu-vm.c
@@ -88,7 +88,7 @@ struct {
                /* RAM (inmates) */ {
                        .phys_start = 0x3b600000,
                        .virt_start = 0x3b600000,
-                       .size = 0x3bff000,
+                       .size = 0x3b00000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_DMA,
                },
@@ -163,9 +163,9 @@ struct {
                },
                /* IVSHMEM shared memory region */
                {
-                       .phys_start = 0x3f1ff000,
-                       .virt_start = 0x3f1ff000,
-                       .size = 0x1000,
+                       .phys_start = 0x3f100000,
+                       .virt_start = 0x3f100000,
+                       .size = 0x100000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE,
                },
        },
-- 
2.1.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to