]> git.proxmox.com Git - mirror_qemu.git/commit
acpi: make isa_build_aml() support AcpiDevAmlIf interface
authorIgor Mammedov <imammedo@redhat.com>
Wed, 8 Jun 2022 13:53:07 +0000 (09:53 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Jun 2022 23:32:48 +0000 (19:32 -0400)
commitf974e0b75b42e50e6f3d529603e316df3e571ca1
tree76b29fe052c10c111f2e80dac09d4620b3fe1b44
parent23609e47c0f62b537ba9803cb15e69993fd0c266
acpi: make isa_build_aml() support AcpiDevAmlIf interface

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 <imammedo@redhat.com>
Reviewed-by: Ani Sinha <ani@anisinha.ca>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20220608135340.3304695-3-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/isa/isa-bus.c