Ross Philipson
2013-Feb-01 20:15 UTC
[PATCH v2 00/03] HVM firmware passthrough libxl support
This patch series is a follow-up to the earlier HVM firmware passthrough patch set. It introduces support in libxl for specifying and loading the ACPI and SMBIOS firmware blobs that are passed to libxc. There are 3 patches in the series: 01 - Switch xl to use the new xc_hvm_build() libxc API. 02 - Xen xl toolstack changes to load ACPI and SMBIOS firmware files. Doc changes to the man page for xl.cfg describing the new params. 03 - Cleanup, use LOG* and GCSPRINTF macro in libxl_dom.c Signed-off-by: Ross Philipson <ross.philipson@citrix.com> (Based on xen-4.3 staging/unstable cs 26502)