Re: [PATCH 01/11] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors

2022-10-17 Thread Ani Sinha
On Mon, Oct 17, 2022 at 3:52 PM Igor Mammedov wrote: > I would add a comment that we do not expect any functional change in any ACPI tables with this change. It's only a refactoring. > Signed-off-by: Igor Mammedov Other than the comment above, Reviewed-by: Ani Sinha > --- > hw/display/vga_i

[PATCH 01/11] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors

2022-10-17 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- hw/display/vga_int.h | 2 ++ hw/display/acpi-vga-stub.c | 7 +++ hw/display/acpi-vga.c | 26 ++ hw/display/meson.build | 17 + hw/display/vga-pci.c | 4 hw/i386/acpi-build.c | 26 +-