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

Daniel Henrique Barboza posted 1 patch 3 years, 2 months ago
Failed in applying to current master (apply log)
hw/ppc/spapr_drc.c   |  5 ++---
include/qemu/timer.h |  8 ++++++++
util/qemu-timer.c    | 13 +++++++++++++
3 files changed, 23 insertions(+), 3 deletions(-)
[PATCH v2 0/1] qemu_timer.c: add timer_deadline_ms() helper
Posted by Daniel Henrique Barboza 3 years, 2 months ago
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