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 normal assertion instead. > > This fixes the buildbot failure for default_x86_64_rhel5. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > hw/virtio-rng.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <[email protected]>
