]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/imb-a180.c
jailhouse: inmates: bench: Add -R option -- repeats count.
[jailhouse.git] / configs / imb-a180.c
index e74cbe8dedb15389ed472acfff7bbcbd79aaf098..5d25f5cffc79550dc49c1679f1f5b2e1f4f28163 100644 (file)
@@ -31,10 +31,14 @@ struct {
        struct jailhouse_pci_capability pci_caps[26];
 } __attribute__((packed)) config = {
        .header = {
+               .signature = JAILHOUSE_SYSTEM_SIGNATURE,
                .hypervisor_memory = {
                        .phys_start = 0x3b000000,
                        .size = 0x4000000,
                },
+               .debug_console = {
+                       .phys_start = 0x3f8,
+               },
                .platform_info.x86 = {
                        .mmconfig_base = 0xe0000000,
                        .mmconfig_end_bus = 0xff,
@@ -367,7 +371,9 @@ struct {
                /* IOAPIC */ {
                        .address = 0xfec00000,
                        .id = 0x0,
-                       .pin_bitmap = 0xffffff,
+                       .pin_bitmap = {
+                               0xffffff
+                       },
                },
        },