qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 01a205: hw/i386/pc_q35.c: Avoid g_assert_cmpi


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 01a205: hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is...
Date: Wed, 22 Oct 2014 04:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 01a2050fa5fb3d290134b67ee82eb3ebbd91d95b
      
https://github.com/qemu/qemu/commit/01a2050fa5fb3d290134b67ee82eb3ebbd91d95b
  Author: Peter Maydell <address@hidden>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M hw/i386/pc_q35.c

  Log Message:
  -----------
  hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12

The function g_assert_cmpint() is not in glib 2.12, which is our current
minimum requirement. Rephrase the recently added assertion to avoid it.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Gonglei <address@hidden>



reply via email to

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