All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] virtio: make check regression with glib2 < 2.28
@ 2014-10-14 12:29 Igor Mammedov
  2014-10-14 12:50 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Mammedov @ 2014-10-14 12:29 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Stefan Hajnoczi, mst

commit 70556264 "libqos: use microseconds instead of iterations for
virtio timeout" regressed 'make check' when qemu is build with 
glib2 version less than 2.28

causing following error:
#make check
...
  LINK  tests/virtio-blk-test
Undefined symbols for architecture x86_64:
  "_g_get_monotonic_time", referenced from:
      _qvirtio_wait_queue_isr in virtio.o
      _qvirtio_wait_status_byte_no_isr in virtio.o
      _qvirtio_wait_config_isr in virtio.o
ld: symbol(s) not found for architecture x86_64

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] virtio: make check regression with glib2 < 2.28
  2014-10-14 12:29 [Qemu-devel] virtio: make check regression with glib2 < 2.28 Igor Mammedov
@ 2014-10-14 12:50 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2014-10-14 12:50 UTC (permalink / raw)
  To: Igor Mammedov; +Cc: QEMU Developers, Stefan Hajnoczi, Michael S. Tsirkin

On 14 October 2014 14:29, Igor Mammedov <imammedo@redhat.com> wrote:
> commit 70556264 "libqos: use microseconds instead of iterations for
> virtio timeout" regressed 'make check' when qemu is build with
> glib2 version less than 2.28
>
> causing following error:
> #make check
> ...
>   LINK  tests/virtio-blk-test
> Undefined symbols for architecture x86_64:
>   "_g_get_monotonic_time", referenced from:
>       _qvirtio_wait_queue_isr in virtio.o
>       _qvirtio_wait_status_byte_no_isr in virtio.o
>       _qvirtio_wait_config_isr in virtio.o
> ld: symbol(s) not found for architecture x86_64

Yes, I noticed that as well. See here for my suggestion
for how we should deal with this:

http://lists.gnu.org/archive/html/qemu-devel/2014-10/msg01250.html

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-14 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 12:29 [Qemu-devel] virtio: make check regression with glib2 < 2.28 Igor Mammedov
2014-10-14 12:50 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.