qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/7] audio: modularize


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/7] audio: modularize
Date: Tue, 6 Mar 2018 14:27:01 +0100
User-agent: NeoMutt/20180223

> >> /home/elmarco/src/qemu/build/x86_64-softmmu/../audio-pa.so: undefined
> >> symbol: audio_pt_unlock_and_signal

> Fresh directory, cleaned ccache. That didn't help. fwiw, I am
> compiling on f27, gcc (GCC) 7.3.1 20180130. I'll investigate further
> if you can't reproduce.

Hmm, working fine here (both rhel-7 and fedora-27 testbuild container, default
build flags).

The symbol in question should be provided by qemu:

address@hidden ~/projects/qemu/build/fedora# objdump -x audio-pa.so | grep 
audio_pt_unlock_and_signal
0000000000000000         *UND*  0000000000000000              
audio_pt_unlock_and_signal
address@hidden ~/projects/qemu/build/fedora# objdump -x 
x86_64-softmmu/qemu-system-x86_64 | grep audio_pt_unlock_and_signal
00000000004735f0 g     F .text  0000000000000067              
audio_pt_unlock_and_signal

Possibly your linker throws it away, thinking there is no user because of the
modular drivers?

cheers,
  Gerd




reply via email to

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