All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] RFC: remove qemu_gettimeofday()
@ 2022-03-04 15:27 marcandre.lureau
  2022-03-04 15:27 ` [PATCH 1/4] m68k/nios2-semi: fix gettimeofday() result check marcandre.lureau
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: marcandre.lureau @ 2022-03-04 15:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marek Vasut, Kevin Wolf, Thomas Huth, Michael S. Tsirkin,
	qemu-block, David Hildenbrand, Laurent Vivier, Michael Roth,
	Chris Wulff, Laurent Vivier, Markus Armbruster,
	Marc-André Lureau, Hanna Reitz, qemu-ppc, Stefan Weil,
	Paolo Bonzini

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Here is a few patches to replace qemu_gettimeofday() helper with functions
provided by GLib.

Marc-André Lureau (4):
  m68k/nios2-semi: fix gettimeofday() result check
  qtest: replace gettimeofday with GTimer
  Replace qemu_gettimeofday() with g_get_real_time()
  oslib: drop qemu_gettimeofday()

 include/sysemu/os-posix.h  |  3 ---
 include/sysemu/os-win32.h  |  6 ------
 blockdev.c                 |  8 ++++----
 hw/rtc/m41t80.c            |  6 +++---
 hw/virtio/virtio-balloon.c |  9 +--------
 qapi/qmp-event.c           | 12 +++++-------
 qemu-img.c                 |  8 ++++----
 qga/commands-posix.c       | 11 +----------
 softmmu/qtest.c            | 39 ++++++++++----------------------------
 target/m68k/m68k-semi.c    | 22 ++++++++++-----------
 target/nios2/nios2-semi.c  | 24 +++++++++++------------
 util/oslib-win32.c         | 20 -------------------
 12 files changed, 49 insertions(+), 119 deletions(-)

-- 
2.35.1.273.ge6ebfd0e8cbb




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-03-04 21:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 15:27 [PATCH 0/4] RFC: remove qemu_gettimeofday() marcandre.lureau
2022-03-04 15:27 ` [PATCH 1/4] m68k/nios2-semi: fix gettimeofday() result check marcandre.lureau
2022-03-04 15:45   ` Laurent Vivier
2022-03-04 20:44   ` Richard Henderson
2022-03-04 15:27 ` [PATCH 2/4] qtest: replace gettimeofday with GTimer marcandre.lureau
2022-03-04 15:54   ` Laurent Vivier
2022-03-04 15:55     ` Laurent Vivier
2022-03-04 20:50   ` Richard Henderson
2022-03-04 21:12     ` Marc-André Lureau
2022-03-04 15:27 ` [PATCH 3/4] Replace qemu_gettimeofday() with g_get_real_time() marcandre.lureau
2022-03-04 16:08   ` Laurent Vivier
2022-03-04 16:13     ` Laurent Vivier
2022-03-04 16:48     ` Marc-André Lureau
2022-03-04 20:39   ` BALATON Zoltan
2022-03-04 20:45     ` Marc-André Lureau
2022-03-04 15:27 ` [PATCH 4/4] oslib: drop qemu_gettimeofday() marcandre.lureau
2022-03-04 16:09   ` Laurent Vivier
2022-03-04 16:21   ` Stefan Weil
2022-03-04 20:58   ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.