Re: [PATCH 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface

2022-05-18 Thread Ani Sinha
On Mon, May 16, 2022 at 8:56 PM Igor Mammedov wrote: > > To allow incremental conversion from ISADeviceClass::build_aml > to AcpiDevAmlIf, add support for the later without removing > the former. Once conversion is complete, another commit will > drop ISADeviceClass::build_aml related code. > >

[PATCH 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface

2022-05-16 Thread Igor Mammedov
To allow incremental conversion from ISADeviceClass::build_aml to AcpiDevAmlIf, add support for the later without removing the former. Once conversion is complete, another commit will drop ISADeviceClass::build_aml related code. Signed-off-by: Igor Mammedov --- hw/isa/isa-bus.c | 5 + 1