Cosmetic change because these values are only used during setup. But we try to align things consistently throughout the config.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/include/jailhouse/cell-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/include/jailhouse/cell-config.h b/hypervisor/include/jailhouse/cell-config.h index 4360640..4056300 100644 --- a/hypervisor/include/jailhouse/cell-config.h +++ b/hypervisor/include/jailhouse/cell-config.h @@ -189,13 +189,13 @@ struct jailhouse_system { iommu_units[JAILHOUSE_MAX_IOMMU_UNITS]; } __attribute__((packed)) x86; struct { + u8 maintenance_irq; + u8 padding; u64 gicd_base; u64 gicc_base; u64 gich_base; u64 gicv_base; u64 gicr_base; - u8 maintenance_irq; - u8 padding[3]; } __attribute__((packed)) arm; } __attribute__((packed)); } __attribute__((packed)) platform_info; -- 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.
