From: Anton Nefedov Date: Mon, 20 Feb 2017 18:21:55 +0000 (+0300) Subject: qmp-events: fix GUEST_PANICKED description formatting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11953be792998c43bf2cad4ad3deaeaeaf89dbb4;p=qemu.git qmp-events: fix GUEST_PANICKED description formatting Signed-off-by: Anton Nefedov Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Eric Blake Message-Id: <1487614915-18710-4-git-send-email-den@openvz.org> Signed-off-by: Paolo Bonzini --- diff --git a/qapi/event.json b/qapi/event.json index 970ff0255a..e02852cd8a 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -488,9 +488,9 @@ # # @action: action that has been taken, currently always "pause" # -# @info: optional information about a panic +# @info: #optional information about a panic (since 2.9) # -# Since: 1.5 (@info since 2.9) +# Since: 1.5 # # Example: #