From: Marcelo Tosatti <mtosa...@redhat.com> Fix RTC_CHANGE event description to match implementation.
Signed-off-by: Marcelo Tosatti <mtosa...@redhat.com> Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com> --- QMP/qmp-events.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 92fe5fb..00b4087 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -203,7 +203,8 @@ Emitted when the guest changes the RTC time. Data: -- "offset": delta against the host UTC in seconds (json-number) +- "offset": Offset between old RTC clock value and new one + in seconds (json-number) Example: -- 1.8.1.4