From: Michael S. Tsirkin Date: Wed, 13 Mar 2024 06:43:46 +0000 (-0400) Subject: qapi: document PCIe Gen5/Gen6 speeds since 9.0 X-Git-Tag: v9.0.0-rc0~5^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bdef7a6290b1a7ed820aa2e9c25fa85069b2b85;p=thirdparty%2Fqemu.git qapi: document PCIe Gen5/Gen6 speeds since 9.0 Document that PCIe Gen5/Gen6 speeds are only in QAPI since 9.0 - the rest is since 4.0. Cc: Lukas Stockner Cc: Marcel Apfelbaum Fixes: c08da86dc4 ("pcie: Support PCIe Gen5/Gen6 link speeds") Suggested-by: Markus Armbruster Signed-off-by: Michael S. Tsirkin Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/qapi/common.json b/qapi/common.json index 867a9ad9b01..7558ce5430d 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -107,9 +107,9 @@ # # @16: 16.0GT/s # -# @32: 32.0GT/s +# @32: 32.0GT/s (since 9.0) # -# @64: 64.0GT/s +# @64: 64.0GT/s (since 9.0) # # Since: 4.0 ##