Re: [Qemu-devel] [PATCH v3 17/19] hw: acpi: Define ACPI tables builder interface

2018-10-29 Thread Philippe Mathieu-Daudé
Hi Samuel, On 29/10/18 18:01, Samuel Ortiz wrote: In order to decouple ACPI APIs from specific machine types, we are creating an ACPI builder interface that each ACPI platform can choose to implement. This way, a new machine type can re-use the high level ACPI APIs and define some custom table b

[Qemu-devel] [PATCH v3 17/19] hw: acpi: Define ACPI tables builder interface

2018-10-29 Thread Samuel Ortiz
In order to decouple ACPI APIs from specific machine types, we are creating an ACPI builder interface that each ACPI platform can choose to implement. This way, a new machine type can re-use the high level ACPI APIs and define some custom table build methods, without having to duplicate most of the