diff options
| author | Luiz Capitulino | 2010-03-24 21:24:37 +0100 |
|---|---|---|
| committer | Aurelien Jarno | 2010-04-18 23:55:19 +0200 |
| commit | db11571f090c5e72b5da5772fe3ba6557aacd572 (patch) | |
| tree | bbfb1d5e36ba007f4283c318e855623c03867f4a /QMP | |
| parent | virtio-blk: Fix use after free in error case (diff) | |
| download | qemu-db11571f090c5e72b5da5772fe3ba6557aacd572.tar.gz qemu-db11571f090c5e72b5da5772fe3ba6557aacd572.tar.xz qemu-db11571f090c5e72b5da5772fe3ba6557aacd572.zip | |
QMP: Improve RTC_CHANGE event description
Some people might think that this event is emitted whenever the
time changes, be more specific.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'QMP')
| -rw-r--r-- | 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 a94e9b464f..c084a47309 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: |
