Re: [PATCH 19/53] acpi: add helper routines to initialize ACPI tables

2021-06-29 Thread Igor Mammedov
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

Re: [PATCH 19/53] acpi: add helper routines to initialize ACPI tables

2021-06-29 Thread Michael S. Tsirkin
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

[PATCH 19/53] acpi: add helper routines to initialize ACPI tables

2021-06-25 Thread Igor Mammedov
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 |