qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL v3 49/81] acpi: pc: vga: use AcpiDevAmlIf interface to build V


From: Michael S. Tsirkin
Subject: Re: [PULL v3 49/81] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
Date: Mon, 7 Nov 2022 07:32:59 -0500

On Sun, Nov 06, 2022 at 10:16:41PM +0100, Bernhard Beschow wrote:
> 
> 
> On Sat, Nov 5, 2022 at 6:45 PM Michael S. Tsirkin <mst@redhat.com> wrote:
> 
>     From: Igor Mammedov <imammedo@redhat.com>
> 
>     Signed-off-by: Igor Mammedov <imammedo@redhat.com>
>     Message-Id: <20221017102146.2254096-2-imammedo@redhat.com>
>     Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
>     Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>     NB: we do not expect any functional change in
>     any ACPI tables with this change. It's only a refactoring.
> 
>     Reviewed-by: Ani Sinha <ani@anisinha.ca>
>     ---
>      hw/display/vga_int.h       |  2 ++
>      hw/display/acpi-vga-stub.c |  7 +++++++
>      hw/display/acpi-vga.c      | 26 ++++++++++++++++++++++++++
>      hw/display/vga-pci.c       |  4 ++++
>      hw/i386/acpi-build.c       | 26 +-------------------------
>      hw/display/meson.build     | 17 +++++++++++++++++
>      6 files changed, 57 insertions(+), 25 deletions(-)
>      create mode 100644 hw/display/acpi-vga-stub.c
>      create mode 100644 hw/display/acpi-vga.c
> 
> 
> With this "qemu:qtest+qtest-hppa / qtest-hppa/display-vga-test" fails due to
> the symbol "aml_return" being undefined:
> 
> # starting QEMU: exec ./qemu-system-hppa -qtest unix:/tmp/qtest-515650.sock
> -qtest-log /dev/null -chardev socket,path=/tmp/qtest-515650.qmp,id=char0 -mon
> chardev=char0,mode=control -display none -vga none -device virtio-vga -accel
> qtest
> ----------------------------------- stderr -----------------------------------
> Failed to open module: qemu/build/qemu-bundle/usr/lib/qemu/
> hw-display-virtio-vga.so: undefined symbol: aml_return
> qemu-system-hppa: -device virtio-vga: 'virtio-vga' is not a valid device model
> name
> Broken pipe
> ../src/tests/qtest/libqtest.c:179: kill_qemu() tried to terminate QEMU process
> but encountered exit status 1 (expected 0)
> 
> (test program exited with status code -6)
> 
> Best regards,
> Bernhard

It's unfortunate that it doesn't reproduce for me :(
what's the system config look like?

-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]