From: Jan Kiszka <[email protected]> This was forgotten in 3fac413f0647.
Signed-off-by: Jan Kiszka <[email protected]> --- tools/root-cell-config.c.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/root-cell-config.c.tmpl b/tools/root-cell-config.c.tmpl index 8f654fa7..cca273ef 100644 --- a/tools/root-cell-config.c.tmpl +++ b/tools/root-cell-config.c.tmpl @@ -94,10 +94,10 @@ struct { .base = ${hex(unit.base_addr)}, .size = ${hex(unit.mmio_size)}, % if unit.is_amd_iommu: - .amd_bdf = ${hex(unit.amd_bdf)}, - .amd_base_cap = ${hex(unit.amd_base_cap)}, - .amd_msi_cap = ${hex(unit.amd_msi_cap)}, - .amd_features = ${hex(unit.amd_features)}, + .amd.bdf = ${hex(unit.amd_bdf)}, + .amd.base_cap = ${hex(unit.amd_base_cap)}, + .amd.msi_cap = ${hex(unit.amd_msi_cap)}, + .amd.features = ${hex(unit.amd_features)}, % endif }, % endfor -- 2.16.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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/9a327d12-6114-79ed-5691-e4d74eb8bb59%40web.de.
