From: Eric Blake <eblake@redhat.com>
To: Artem Pisarenko <artem.k.pisarenko@gmail.com>, qemu-devel@nongnu.org
Cc: Markus Armbruster <armbru@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 4/4] vl, qapi: offset value calculation in RTC_CHANGE event reverted to match behavior before #1797033 bugfix and documented
Date: Wed, 17 Oct 2018 08:56:36 -0500 [thread overview]
Message-ID: <827158db-f382-abca-7bae-0f2ddd390cbd@redhat.com> (raw)
In-Reply-To: <27268f8d488b4ec134a4475139bf0b50459cbf96.1539259394.git.artem.k.pisarenko@gmail.com>
On 10/11/18 7:23 AM, Artem Pisarenko wrote:
> Return value of qemu_timedate_diff(), used for calculation offset in QAPI 'RTC_CHANGE' event restored to keep compatibility, although it isn't documented that difference is relative to host clock advancement.
Long line. Remember to manually wrap commit messages around 70 columns
or so, so that they still fit in an 80-column window under 'git log'
which adds leading indentation.
Also, the subject line is way too long (there, you should target 60
columns or less; 'git shortlog -30' will give you some ideas of typical
summaries).
> Added important note to 'RTC_CHANGE' event description to highlight established implementation specifics.
>
> Signed-off-by: Artem Pisarenko <artem.k.pisarenko@gmail.com>
> ---
> qapi/misc.json | 3 ++-
> vl.c | 10 +++++-----
> 2 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/qapi/misc.json b/qapi/misc.json
> index ada9af5..ed866f2 100644
> --- a/qapi/misc.json
> +++ b/qapi/misc.json
> @@ -3070,7 +3070,8 @@
> # Emitted when the guest changes the RTC time.
> #
> # @offset: offset between base RTC clock (as specified by -rtc base), and
> -# new RTC clock value
> +# new RTC clock value. Note that value will be different depending
> +# on clock choosen to drive RTC (specified by -rtc clock).
s/choosen/chosen/
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
next prev parent reply other threads:[~2018-10-17 13:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-11 12:23 [Qemu-devel] [PATCH 0/4] Fix and improve core RTC function and documentation Artem Pisarenko
2018-10-11 12:23 ` [Qemu-devel] [PATCH 1/4] vl: improve/fix documentation related to RTC function Artem Pisarenko
2018-10-11 12:23 ` [Qemu-devel] [PATCH 2/4] vl: refactor -rtc option references Artem Pisarenko
2018-10-11 12:23 ` [Qemu-devel] [PATCH 3/4] Fixes RTC bug with base datetime shifts in clock=vm Artem Pisarenko
2018-10-11 12:23 ` [Qemu-devel] [PATCH 4/4] vl, qapi: offset value calculation in RTC_CHANGE event reverted to match behavior before #1797033 bugfix and documented Artem Pisarenko
2018-10-17 13:56 ` Eric Blake [this message]
2018-10-17 11:53 ` [Qemu-devel] [PATCH 0/4] Fix and improve core RTC function and documentation Artem Pisarenko
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=827158db-f382-abca-7bae-0f2ddd390cbd@redhat.com \
--to=eblake@redhat.com \
--cc=armbru@redhat.com \
--cc=artem.k.pisarenko@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@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).