[PATCH v2 18/44] qapi: convert trivial intro sections for qdev.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:39 -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/qdev.json | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/qapi/qdev.json b/qapi/qdev.json index 974cf9c5830..a35321d2fd1 100644 --- a/qapi/qdev.json +++ b/qapi/qdev.json @@ -14,8 +14,7 @@ ## # @device-list-properties: -# -# List properties associated with a device. +# List properties associated with a device. # # @typename: the type name of a device # @@ -33,8 +32,7 @@ ## # @device_add: -# -# Add a device. +# Add a device. # # @driver: the name of the new device's driver # @@ -85,8 +83,7 @@ ## # @device_del: -# -# Remove a device from a guest +# Remove a device from a guest # # @id: the device's ID or QOM path # @@ -121,11 +118,10 @@ ## # @DEVICE_DELETED: -# -# Emitted whenever the device removal completion is acknowledged by -# the guest. At this point, it's safe to reuse the specified device -# ID. Device removal can be initiated by the guest or by HMP/QMP -# commands. +# Emitted whenever the device removal completion is acknowledged +# by the guest. At this point, it's safe to reuse the specified +# device ID. Device removal can be initiated by the guest or by +# HMP/QMP commands. # # @device: the device's ID if it has one # @@ -145,9 +141,8 @@ ## # @DEVICE_UNPLUG_GUEST_ERROR: -# -# Emitted when a device hot unplug fails due to a guest reported -# error. +# Emitted when a device hot unplug fails due to a guest reported +# error. # # @device: the device's ID if it has one # -- 2.55.0