[PATCH 0/1] Added support for the MMU node in the RHCT
The specification was recently updated so I thought I'd submit a patch. This does not add support for the CMO node, as I am unsure whether its pre-requisites are implemented. Lilly Anderson (1): Added support for the MMU node in the RHCT hw/riscv/virt-acpi-build.c | 17 ++-
[PATCH 1/1] Added support for the MMU node in the RHCT
table_data, mmu_type, 1); /* MMU Type */ + /* Hart Info Node */ for (int i = 0; i < arch_ids->len; i++) { build_append_int_noprefix(table_data, 0x, 2); /* Type */ -- 2.41.0 Signed-off-by: Lilly Anderson