From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nx4G0-00057v-7x for qemu-devel@nongnu.org; Wed, 31 Mar 2010 16:11:20 -0400 Received: from [140.186.70.92] (port=53083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nx4Fy-00054c-Rx for qemu-devel@nongnu.org; Wed, 31 Mar 2010 16:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nx4Fx-0006oh-FR for qemu-devel@nongnu.org; Wed, 31 Mar 2010 16:11:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10047) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nx4Fu-0006oM-Vo for qemu-devel@nongnu.org; Wed, 31 Mar 2010 16:11:17 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2VKBELp032501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 31 Mar 2010 16:11:14 -0400 Received: from localhost (vpn-9-191.rdu.redhat.com [10.11.9.191]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2VKBApi017647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 31 Mar 2010 16:11:12 -0400 Date: Wed, 31 Mar 2010 17:11:08 -0300 From: Luiz Capitulino Message-ID: <20100331171108.4ec8f043@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] QMP: Improve RTC_CHANGE event description List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Some people might think that this event is emitted whenever the time changes, be more specific. Signed-off-by: Luiz Capitulino --- QMP/qmp-events.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index a94e9b4..c084a47 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -41,7 +41,7 @@ Example: RTC_CHANGE ---------- -Emitted when the RTC time changes. +Emitted when the guest changes the RTC time. Data: -- 1.7.0.3.291.g5e4f6