Re: [Qemu-devel] [PATCH 1.3] virtio-rng: do not use g_assert_cmpint

2012-11-29 Thread Stefan Hajnoczi
On Tue, Nov 27, 2012 at 09:16:24AM +0100, Paolo Bonzini wrote: g_assert_cmpint is not available on glib 2.12, which is the minimum version required to build QEMU (we only require 2.16 to run tests, since that is the first version including GTester). Do not use it in hardware models, use a

[Qemu-devel] [PATCH 1.3] virtio-rng: do not use g_assert_cmpint

2012-11-27 Thread Paolo Bonzini
g_assert_cmpint is not available on glib 2.12, which is the minimum version required to build QEMU (we only require 2.16 to run tests, since that is the first version including GTester). Do not use it in hardware models, use a normal assertion instead. This fixes the buildbot failure for