Signed-off-by: John Snow <[email protected]> --- qapi/run-state.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/qapi/run-state.json b/qapi/run-state.json index 2a968a6bc0b..703ca1bb5b9 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -585,10 +585,9 @@ ## # @GuestPanicInformationTdx: -# -# TDX Guest panic information specific to TDX, as specified in the -# "Guest-Hypervisor Communication Interface (GHCI) Specification", -# section TDG.VP.VMCALL<ReportFatalError>. +# TDX Guest panic information specific to TDX, as specified in the +# "Guest-Hypervisor Communication Interface (GHCI) Specification", +# section TDG.VP.VMCALL<ReportFatalError>. # # @error-code: TD-specific error code # -- 2.55.0
