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

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

Hi,

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

v3:
- fix wrong qdict_from_jsonf() format change

v2:
- fix return of get-time in nanoseconds
- qga: replace with a common get-time function for qga posix/win32
- split qga patch
- add r-b tags, drop RFC

Marc-André Lureau (5):
  m68k/nios2-semi: fix gettimeofday() result check
  qtest: replace gettimeofday with GTimer
  qga: replace qemu_gettimeofday() with g_get_real_time()
  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           |  9 +++------
 qemu-img.c                 |  8 ++++----
 qga/commands-posix.c       | 14 --------------
 qga/commands-win32.c       | 19 -------------------
 qga/commands.c             |  5 +++++
 softmmu/qtest.c            | 39 ++++++++++----------------------------
 target/m68k/m68k-semi.c    | 22 ++++++++++-----------
 target/nios2/nios2-semi.c  | 23 ++++++++++------------
 util/oslib-win32.c         | 20 -------------------
 14 files changed, 50 insertions(+), 141 deletions(-)

-- 
2.35.1.273.ge6ebfd0e8cbb




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

end of thread, other threads:[~2022-03-07 10:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07  7:03 [PATCH v3 0/5] Remove qemu_gettimeofday() marcandre.lureau
2022-03-07  7:03 ` [PATCH v3 1/5] m68k/nios2-semi: fix gettimeofday() result check marcandre.lureau
2022-03-07  7:03 ` [PATCH v3 2/5] qtest: replace gettimeofday with GTimer marcandre.lureau
2022-03-07  7:45   ` Thomas Huth
2022-03-07  8:05     ` Marc-André Lureau
2022-03-07  9:59       ` Thomas Huth
2022-03-07  7:03 ` [PATCH v3 3/5] qga: replace qemu_gettimeofday() with g_get_real_time() marcandre.lureau
2022-03-07  7:50   ` Thomas Huth
2022-03-07  7:04 ` [PATCH v3 4/5] Replace " marcandre.lureau
2022-03-07  7:04 ` [PATCH v3 5/5] oslib: drop qemu_gettimeofday() marcandre.lureau

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.