qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 3/5] qga: replace qemu_gettimeofday() with g_get_real_time


From: Thomas Huth
Subject: Re: [PATCH v3 3/5] qga: replace qemu_gettimeofday() with g_get_real_time()
Date: Mon, 7 Mar 2022 08:50:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

On 07/03/2022 08.03, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

GLib g_get_real_time() is an alternative to gettimeofday() which allows
to simplify our code.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
---
  qga/commands-posix.c | 14 --------------
  qga/commands-win32.c | 19 -------------------
  qga/commands.c       |  5 +++++
  3 files changed, 5 insertions(+), 33 deletions(-)


Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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