On 15 October 2014 14:29, Igor Mammedov <imamm...@redhat.com> wrote:
> From: Stefan Hajnoczi <stefa...@redhat.com>
>
> This patch fixes compilation errors when building against glib <2.28.0
> due to the missing g_get_monotonic_time() function.
>
> The compilation error in tests/libqos/virtio.c was introduced in commit
> 70556264a89a268efba1d7e8e341adcdd7881eb4 ("libqos: use microseconds
> instead of iterations for virtio timeout").
>
> Add a simple g_get_monotonic_time() implementation to glib-compat.h
> based on code from vhost-user-test.c.
>
> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
> Signed-off-by: Igor Mammedov <imamm...@redhat.com>
> ---
> v3: include glib-compat.h into libqtest.h to fix another build breakage 
> (Peter)
> v2: fix build break beacuse of missing G_TIME_SPAN_SECOND in header
> ---

Applied, thanks.

-- PMM

Reply via email to