Set the address of the RSDP in the HVM start info structure for PVHv2 DomUs
that have ACPI tables.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
modlist[0].size = dom->ramdisk_seg.vend - dom->ramdisk_seg.vstart;
start_info->nr_modules = 1;
}
+
+ /* ACPI module 0 is the RSDP */
+ start_info->rsdp_paddr = dom->acpi_modules[0].guest_addr_out ? : 0;
}
else
{