Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-20 Thread Daniel P . Berrangé
On Thu, Aug 20, 2020 at 10:29:43AM +0200, Gerd Hoffmann wrote: > Hi, > > > If systemtap won't change, then to fix this, for any foo.c > > that will be in a module, we need a separate 'foo.trace' > > file that generates a .o that is directly linked to the > > foo.so, not the qemu-system-x86_64 bi

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-20 Thread Gerd Hoffmann
Hi, > If systemtap won't change, then to fix this, for any foo.c > that will be in a module, we need a separate 'foo.trace' > file that generates a .o that is directly linked to the > foo.so, not the qemu-system-x86_64 binary. I think that is the plan anyway. take care, Gerd

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-18 Thread Daniel P . Berrangé
On Tue, Aug 18, 2020 at 01:15:21PM +0100, Daniel P. Berrangé wrote: > IOW, new systemtap 4.4 is exposing a long standing design > flaw in QEMU's probe. > > I'm gong to ask the systemtap maintainers for an opinion on > this behaviour change none the less. Reported to systemtap maintainers here:

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-18 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 11:46:21AM -0400, Cole Robinson wrote: > On 7/29/20 8:50 AM, Stefan Hajnoczi wrote: > > On Thu, Jul 16, 2020 at 05:10:26PM -0400, Cole Robinson wrote: > >> I'm trying to build qemu 5.1.0-rc0 in Fedora. I'm hitting some issues. > > > > For anyone else reading this email thre

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-18 Thread Gerd Hoffmann
Hi, > So nothing specific to qxl, seems all modules are busted. > I tried downgrading gcc to f32 versions, no difference. Same after > downgrading binutils. Downgrading glibc downgrades the whole distro so I > didn't attempt it > Any suggestions? Try downgrade rpm macros? take care, Gerd

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-17 Thread Cole Robinson
On 8/17/20 1:39 AM, Gerd Hoffmann wrote: > Hi, > >> FWIW I'm still hitting issues with qemu-5.1.0 GA but maybe it's >> unrelated to that specific fix. Issues reproduce on fedora 33+, not >> fedora 32. > >> +Failed to open module: >> /builddir/build/BUILD/qemu-5.1.0-rc3/build-dynamic/x86_64-soft

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-16 Thread Gerd Hoffmann
Hi, > FWIW I'm still hitting issues with qemu-5.1.0 GA but maybe it's > unrelated to that specific fix. Issues reproduce on fedora 33+, not > fedora 32. > +Failed to open module: > /builddir/build/BUILD/qemu-5.1.0-rc3/build-dynamic/x86_64-softmmu/../hw-display-qxl.so: > undefined symbol: qemu_q

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-08-12 Thread Cole Robinson
On 7/29/20 8:50 AM, Stefan Hajnoczi wrote: > On Thu, Jul 16, 2020 at 05:10:26PM -0400, Cole Robinson wrote: >> I'm trying to build qemu 5.1.0-rc0 in Fedora. I'm hitting some issues. > > For anyone else reading this email thread, this was fixed in QEMU > 5.1.0-rc1: > > commit d97df4b84bc42613cf9

Re: hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-07-29 Thread Stefan Hajnoczi
On Thu, Jul 16, 2020 at 05:10:26PM -0400, Cole Robinson wrote: > I'm trying to build qemu 5.1.0-rc0 in Fedora. I'm hitting some issues. For anyone else reading this email thread, this was fixed in QEMU 5.1.0-rc1: commit d97df4b84bc42613cf9a03619de453ebd0be30b7 Author: Gerd Hoffmann Date:

hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore

2020-07-16 Thread Cole Robinson
run: $ ./x86_64-softmmu/qemu-system-x86_64 -device \? | grep qxl Failed to open module: /home/crobinso/src/qemu/x86_64-softmmu/../hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore That error breaks iotests 127: --- /home/crobinso/src/qemu/tests/qemu-iotests/127.out 2020-07-15 04:0