Ross Philipson
2012-Dec-20 18:55 UTC
[PATCH v4 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> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Maybe Matching Threads
- [PATCH v4 03/04] HVM firmware passthrough SMBIOS processing
- [PATCH v4 01/04] HVM firmware passthrough HVM defs header
- [PATCH v2 02/03] HVM firmware passthrough libxl support
- [PATCH v5 01/04] HVM xenstore strings and firmware passthrough header
- [PATCH 0/3] SMBIOS table passthrough support