[PATCH v2 06/44] qapi: convert intro sections for vfio.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:27 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/vfio.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/qapi/vfio.json b/qapi/vfio.json index 17b60468712..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. # @@ -49,8 +48,8 @@ ## # @VFIO_MIGRATION: -# -# This event is emitted when a VFIO device migration state is changed. +# This event is emitted when a VFIO device migration state is +# changed. # # @device-id: The device's id, if it has one. # -- 2.55.0