mirror of https://gitee.com/openkylin/qemu.git
qmp-commands: move 'rtc-reset-reinjection' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
18b43003d4
commit
5c32b4ccd6
|
@ -1534,18 +1534,6 @@ Examples:
|
|||
|
||||
<- { "return": {} }
|
||||
|
||||
rtc-reset-reinjection
|
||||
---------------------
|
||||
|
||||
Reset the RTC interrupt reinjection backlog.
|
||||
|
||||
Arguments: None.
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "rtc-reset-reinjection" }
|
||||
<- { "return": {} }
|
||||
|
||||
trace-event-get-state
|
||||
---------------------
|
||||
|
||||
|
|
|
@ -5777,6 +5777,12 @@
|
|||
# command.
|
||||
#
|
||||
# Since: 2.1
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "rtc-reset-reinjection" }
|
||||
# <- { "return": {} }
|
||||
#
|
||||
##
|
||||
{ 'command': 'rtc-reset-reinjection' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue