From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW5cm-00060B-0G for qemu-devel@nongnu.org; Fri, 04 Apr 2014 11:01:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW5cg-0002EV-SK for qemu-devel@nongnu.org; Fri, 04 Apr 2014 11:01:43 -0400 Message-ID: <533EC947.3030706@redhat.com> Date: Fri, 04 Apr 2014 09:01:27 -0600 From: Eric Blake MIME-Version: 1.0 References: <1396572808-21535-1-git-send-email-akong@redhat.com> In-Reply-To: <1396572808-21535-1-git-send-email-akong@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kehmfGtqtJa5vaM6wpxOliiIDdckLose7" Subject: Re: [Qemu-devel] [PATCH] qga: trivial fix for unclear document of guest-set-time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong , qemu-trivial@nongnu.org, qemu-devel@nongnu.org Cc: mprivozn@redhat.com, mjt@tls.msk.ru, lersek@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kehmfGtqtJa5vaM6wpxOliiIDdckLose7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 04/03/2014 06:53 PM, Amos Kong wrote: > We mixedly used "guest time", "system time", "hardware time", "RTC" s/mixedly used/mixed the use of/ > in document, it's unclear. s/document/documentation/ >=20 > This patch just added two remarks of RTC and replace two "guest time" > by "guest's system time". >=20 > Signed-off-by: Amos Kong > --- > qga/commands-posix.c | 2 +- > qga/qapi-schema.json | 14 +++++++------- > 2 files changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/qga/commands-posix.c b/qga/commands-posix.c > index 6b5f11f..25e4302 100644 > --- a/qga/commands-posix.c > +++ b/qga/commands-posix.c > @@ -171,7 +171,7 @@ void qmp_guest_set_time(bool has_time, int64_t time= _ns, Error **errp) > /* Now, if user has passed a time to set and the system time is se= t, we > * just need to synchronize the hardware clock. However, if no tim= e was > * passed, user is requesting the opposite: set the system time fr= om the > - * hardware clock. */ > + * hardware clock(RTC). */ s/clock(/clock (/ > -# This command tries to set guest time to the given value, > -# then sets the Hardware Clock to the current System Time. > -# This will make it easier for a guest to resynchronize > -# without waiting for NTP. If no @time is specified, then > -# the time to set is read from RTC. > +# This command tries to set guest's System Time to the > +# given value, then sets the Hardware Clock(RTC) to the and again With those changes, Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --kehmfGtqtJa5vaM6wpxOliiIDdckLose7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTPslHAAoJEKeha0olJ0NqZhQH/2rsEknMoR2RAfxtoK7hS6+b enNjWje3hg6Eh2OrpcIan2uABSVFgNvL/bDeyPy3MO247TS1klihqnfwdlaCCbGA eruQJp1kAdvifWHG6WDj3SNnEccJkwnMvNABFVLPwsuE6Wwf4jsvd2rw5A/PYJNK 5UQ9hhb7kJOFWg5ZJHhek8j4EUY4IK+yCUxoHjgeUEmvzddaKsWVP4CWj6TtUUZW i62rMF9urV5WLH7ISAd9V706z7ECFwnz16/SOrwuGcg20JUOMjnf3zjvhgcL4lCe BwJbct7nbuHkyoboJkVq5Ilx6VBsMC+k/56KEx/WGzKZ9GtyOyQYxQpqTKThB/I= =86JY -----END PGP SIGNATURE----- --kehmfGtqtJa5vaM6wpxOliiIDdckLose7--