qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: [PATCH 2/2] qapi: Document the units for the offset argument to RTC_CHANGE
Date: Fri, 24 Sep 2021 15:01:42 +0100

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 --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.
 #
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]