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
> 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-
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