Mailing List Archive

[PATCH v5 02/04] HVM firmware passthrough control tools support
Xen control tools support for loading the firmware passthrough blocks during
domain construction. SMBIOS and ACPI blocks are passed in using the new
xc_hvm_build_args structure. Each block is read and loaded into the new domain
address space behind the HVMLOADER image. The base address for the two blocks
is returned as an out parameter to the caller via the args structure.

Signed-off-by: Ross Philipson <ross.philipson@citrix.com>