On 20/01/20 20:12, Eric Blake wrote: >> +# >> +# Example: >> +# >> +# <- { "event": "GUEST_CRASHLOADED", >> +# "data": { "action": "run" } } >> +# >> +## >> +{ 'event': 'GUEST_CRASHLOADED', >> + 'data': { 'action': 'GuestPanicAction', '*info': >> 'GuestPanicInformation' } } >> + >> +## >> # @GuestPanicAction: >> # >> # An enumeration of the actions taken when guest OS panic is detected >> @@ -366,7 +386,7 @@ >> # Since: 2.1 (poweroff since 2.8) >> ## >> { 'enum': 'GuestPanicAction', >> - 'data': [ 'pause', 'poweroff' ] } >> + 'data': [ 'pause', 'poweroff', 'run' ] } > > But the comment here could be updated to mention 'run' since 5.0, > alongside poweroff since 2.8. Not the end of the world if we don't > annotate it, though, since instrospection still shows the difference.
Done in my local branch.