On 9/9/26 06:16, John Snow wrote:
Signed-off-by: John Snow <[email protected]>
---
qapi/vfio.json | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/qapi/vfio.json b/qapi/vfio.json
index 3d61fc38ecd..47fff8b979d 100644
--- a/qapi/vfio.json
+++ b/qapi/vfio.json
@@ -10,14 +10,13 @@
##
# @QapiVfioMigrationState:
-#
-# An enumeration of the VFIO device migration states. In addition to
-# the regular states, there are prepare states (with 'prepare' suffix)
-# which indicate that the device is just about to transition to the
-# corresponding state. Note that seeing a prepare state for state X
-# doesn't guarantee that the next state will be X, as the state
-# transition can fail and the device may transition to a different
-# state instead.
+# An enumeration of the VFIO device migration states. In addition
+# to the regular states, there are prepare states (with 'prepare'
+# suffix) which indicate that the device is just about to
+# transition to the corresponding state. Note that seeing a
+# prepare state for state X doesn't guarantee that the next state
+# will be X, as the state transition can fail and the device may
+# transition to a different state instead.
#
# @stop: The device is stopped.
#
Reviewed-by: Cédric Le Goater <[email protected]>
Thanks,
C.