From: John Snow Date: Fri, 11 Jul 2025 05:39:57 +0000 (-0400) Subject: qapi: add cross-references to pci.json X-Git-Tag: v10.1.0-rc0~15^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9abf7dd3f926e50029bd450e2d9c7cd2f1dde51;p=thirdparty%2Fqemu.git qapi: add cross-references to pci.json Signed-off-by: John Snow Message-ID: <20250711054005.60969-11-jsnow@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/pci.json b/qapi/pci.json index 418ea4fc93..694c741e42 100644 --- a/qapi/pci.json +++ b/qapi/pci.json @@ -85,7 +85,7 @@ # # @bus: information about the bus the device resides on # -# @devices: a list of @PciDeviceInfo for each device on this bridge +# @devices: a list of `PciDeviceInfo` for each device on this bridge # # Since: 0.14 ##