From: Daniel Henrique Barboza Date: Tue, 7 Sep 2021 00:47:52 +0000 (-0300) Subject: qapi/qdev.json: fix DEVICE_DELETED parameters doc X-Git-Tag: qemu-xen-4.17.0-rc4~309^2~27 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a5bc19c542aa2416292b820cf22ae9afa6f25916;p=qemu-xen.git qapi/qdev.json: fix DEVICE_DELETED parameters doc Clarify that @device is optional and that 'path' is the device path from QOM. This change follows Markus' suggestion verbatim, provided in full context here: https://lists.gnu.org/archive/html/qemu-devel/2021-07/msg01891.html Suggested-by: Markus Armbruster Reviewed-by: Greg Kurz Reviewed-by: Markus Armbruster Reviewed-by: David Gibson Signed-off-by: Daniel Henrique Barboza Message-Id: <20210907004755.424931-5-danielhb413@gmail.com> Signed-off-by: David Gibson --- diff --git a/qapi/qdev.json b/qapi/qdev.json index b83178220b..0e9cb2ae88 100644 --- a/qapi/qdev.json +++ b/qapi/qdev.json @@ -108,9 +108,9 @@ # 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: device name +# @device: the device's ID if it has one # -# @path: device path +# @path: the device's QOM path # # Since: 1.5 #