Signed-off-by: John Snow <[email protected]> --- qapi/machine.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/qapi/machine.json b/qapi/machine.json index 8ef12504d65..9d709cb53e0 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -363,11 +363,10 @@ ## # @system_wakeup: -# -# Wake up guest from suspend. If the guest has wake-up from suspend -# support enabled (wakeup-suspend-support flag from -# `query-current-machine`), wake-up guest from suspend if the guest is -# in SUSPENDED state. Return an error otherwise. +# Wake up guest from suspend. If the guest has wake-up from +# suspend support enabled (wakeup-suspend-support flag from +# `query-current-machine`), wake-up guest from suspend if the +# guest is in SUSPENDED state. Return an error otherwise. # # Since: 1.1 # @@ -415,11 +414,10 @@ ## # @inject-nmi: -# -# Injects a Non-Maskable Interrupt (machine specific: for example on -# s390x CCW only the first vCPU receives the NMI, but on x86 machines -# all vCPUs receive it). The command fails when the guest doesn't -# support injecting. +# Injects a Non-Maskable Interrupt (machine specific: for example +# on s390x CCW only the first vCPU receives the NMI, but on x86 +# machines all vCPUs receive it). The command fails when the +# guest doesn't support injecting. # # Since: 0.14 # -- 2.55.0
