Hi Mirek, On 9/11/22 16:34, mreza...@redhat.com wrote:
From: Miroslav Rezanina <mreza...@redhat.com>Commit cfead31326 'acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors' added a new file - acpi-vga.c. This file (indirectly) includes pixman.h file so we need to ensure pixman is available when file is compiled.
We don't need this dependency if we move the build_vga_aml() declaration out of hw/display/vga_int.h, i.e. hw/display/acpi-vga.h. Regards, Phil.