]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/h87i.c
jailhouse: inmates: bench: Add -R option -- repeats count.
[jailhouse.git] / configs / h87i.c
index 521d27425928165a83c8e927555479639bfd89a0..f281a34bed82d369a5b77d3eff04bc31ebb4a5d4 100644 (file)
@@ -39,9 +39,15 @@ struct {
                        .mmconfig_base = 0xf8000000,
                        .mmconfig_end_bus = 0x3f,
                        .pm_timer_address = 0x1808,
-                       .iommu_base = {
-                               0xfed90000,
-                               0xfed91000,
+                       .iommu_units = {
+                               {
+                                       .base = 0xfed90000,
+                                       .size = 0x1000,
+                               },
+                               {
+                                       .base = 0xfed91000,
+                                       .size = 0x1000,
+                               },
                        },
                },
                .interrupt_limit = 256,
@@ -122,7 +128,9 @@ struct {
                /* IOAPIC */ {
                        .address = 0xfec00000,
                        .id = 0x1f0f8,
-                       .pin_bitmap = 0xffffff,
+                       .pin_bitmap = {
+                               0xffffff
+                       },
                },
        },