Re: [Qemu-devel] [PATCH] hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12

2014-10-22 Thread Peter Maydell
On 18 October 2014 03:58, Gonglei wrote: >> Subject: [Qemu-devel] [PATCH] 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 recent

Re: [Qemu-devel] [PATCH] hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12

2014-10-17 Thread Gonglei
> Subject: [Qemu-devel] [PATCH] 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-

[Qemu-devel] [PATCH] hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12

2014-10-17 Thread Peter Maydell
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 --- hw/i386/pc_q35.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35