Re: [PATCH 1/4] conf: introduce support for multiple ACPI tables

2025-02-19 Thread Michal Prívozník
On 2/18/25 19:12, Daniel P. Berrangé wrote: > Currently we parse > > > >...path... > > > > into a flat 'char *slic_table' field which is rather an anti-pattern > as it has special cased a single attribute type. > > This rewrites the internal design to permit multiple

[PATCH 1/4] conf: introduce support for multiple ACPI tables

2025-02-18 Thread Daniel P . Berrangé
Currently we parse ...path... into a flat 'char *slic_table' field which is rather an anti-pattern as it has special cased a single attribute type. This rewrites the internal design to permit multiple table types to be parsed, should we add more in future. Each type is