diff mbox series

[2/2] qapi: Document the units for the offset argument to RTC_CHANGE

Message ID 20210924140142.31398-3-peter.maydell@linaro.org (mailing list archive)
State New, archived
Headers show
Series qapi: Move RTC_CHANGE back out of target schema | expand

Commit Message

Peter Maydell Sept. 24, 2021, 2:01 p.m. UTC
The RTC_CHANGE event's offset argument is in units of seconds;
document this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 qapi/misc.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/qapi/misc.json b/qapi/misc.json
index ce7edd3f7bf..10b4eee16b3 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -529,8 +529,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
+# @offset: offset in seconds between base RTC clock (as specified
+#          by -rtc base), and new RTC clock value
 #
 # Note: This event is rate-limited.
 #