Re: [PATCH 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors

2022-06-07 Thread Michael S. Tsirkin
On Mon, May 16, 2022 at 11:25:51AM -0400, Igor Mammedov wrote: > convert ad-hoc way we use to generate AML for ISA/SMB IPMI devices > to a generic approach (i.e. make devices provide its own AML blobs > like it is done with other ISA devices (ex. KBD)) > > Signed-off-by: Igor Mammedov could not

[PATCH 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors

2022-05-16 Thread Igor Mammedov
convert ad-hoc way we use to generate AML for ISA/SMB IPMI devices to a generic approach (i.e. make devices provide its own AML blobs like it is done with other ISA devices (ex. KBD)) Signed-off-by: Igor Mammedov --- include/hw/acpi/ipmi.h | 9 ++-- hw/acpi/ipmi-stub.c| 2 +-