Bhyve's ACPI tables will be loaded by qemu's ACPI table loader in the
future. Therefore,Load the blobs compiled by iasl into a basl can be used. At the moment,_table. basl supports
creating anThe basl_table is a temporary buffer which copies the ACPI table and appending bytes to its into guest memory for us. That's sufficient to
load iasl compiled blobs as ACPI tablesThis allows us in the future to pass the blobs over the qemu fwcfg interface to the guest.
This is the third patch required to merge D36983