On 30 October 2014 17:44, Alexander Spyridakis a.spyridakis@virtualopensystems.com wrote:
Introduce a preliminary skeleton in virt-acpi.c with the main ACPI build functions. The virt machine model is meant to call 'acpi_build_tables' after platform devices are created and pass all needed information. From that point each table will be created in a separate memory buffer and finally be copied to the guest memory as a single binary blob.
Please, no. ACPI should be the guest's problem, not QEMU's. We provide the guest with a device tree it can look at to figure out what h/w is present.
-- PMM