12.01.2013 00:12, Michael Tokarev wrote:
Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs tooWhat these *.aml things are needed for? How they're being used?
Um, found them, n/m:
hw/pc_q35.c: pc_acpi_init("q35-acpi-dsdt.aml");
hw/pc_piix.c: pc_acpi_init("acpi-dsdt.aml");
Somehow it escaped my view when I searched for it the last time.
Thanks,
/mjt
