From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: Daniel Henrique Barboza <danielhb413@gmail.com>,
qemu-ppc@nongnu.org, groug@kaod.org, david@gibson.dropbear.id.au
Subject: [PATCH v2 0/1] qemu_timer.c: add timer_deadline_ms() helper
Date: Mon, 1 Mar 2021 09:41:32 -0300 [thread overview]
Message-ID: <20210301124133.23800-1-danielhb413@gmail.com> (raw)
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
next reply other threads:[~2021-03-01 12:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-01 12:41 Daniel Henrique Barboza [this message]
2021-03-01 12:41 ` [PATCH v2 1/1] qemu_timer.c: add timer_deadline_ms() helper Daniel Henrique Barboza
2021-03-01 13:31 ` Greg Kurz
2021-03-02 2:13 ` David Gibson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210301124133.23800-1-danielhb413@gmail.com \
--to=danielhb413@gmail.com \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).