On Tue, 29 Jun 2021 15:16:42 -0400
"Michael S. Tsirkin" wrote:
> On Fri, Jun 25, 2021 at 05:17:44AM -0400, Igor Mammedov wrote:
> >acpi_init_table():
> > initializes table header and keeps track of
> > table data/offsets
> >acpi_table_composed():
> > sets actual table le
On Fri, Jun 25, 2021 at 05:17:44AM -0400, Igor Mammedov wrote:
>acpi_init_table():
> initializes table header and keeps track of
> table data/offsets
>acpi_table_composed():
> sets actual table length and tells bios loader
> where it's for later initialization on gue
acpi_init_table():
initializes table header and keeps track of
table data/offsets
acpi_table_composed():
sets actual table length and tells bios loader
where it's for later initialization on guest side.
Signed-off-by: Igor Mammedov
---
include/hw/acpi/aml-build.h |