qemu-ppc
[Top][All Lists]
Advanced

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

[PATCH v2 0/1] qemu_timer.c: add timer_deadline_ms() helper


From: Daniel Henrique Barboza
Subject: [PATCH v2 0/1] qemu_timer.c: add timer_deadline_ms() helper
Date: Mon, 1 Mar 2021 09:41:32 -0300

Changes from v1:
- Added Paolo's ACK
- Changed the helper to get the clock via timer->timer_list->clock->type
  instead of assuming QEMU_CLOCK_VIRTUAL, as suggested by Greg 
- v1 link: https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg08097.html

Daniel Henrique Barboza (1):
  qemu_timer.c: add timer_deadline_ms() helper

 hw/ppc/spapr_drc.c   |  5 ++---
 include/qemu/timer.h |  8 ++++++++
 util/qemu-timer.c    | 13 +++++++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

-- 
2.29.2




reply via email to

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