aboutsummaryrefslogtreecommitdiff
path: root/qapi/common.json
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2024-03-13 02:43:46 -0400
committerMichael S. Tsirkin <mst@redhat.com>2024-03-18 04:57:45 -0400
commit1bdef7a6290b1a7ed820aa2e9c25fa85069b2b85 (patch)
tree3488d294632f541da5d4cf3bf88a60db0331c06d /qapi/common.json
parentfdf1c98063eec7f7fb4dd019391739eaae1e165f (diff)
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 <lstockner@genesiscloud.com> Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Fixes: c08da86dc4 ("pcie: Support PCIe Gen5/Gen6 link speeds") Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'qapi/common.json')
-rw-r--r--qapi/common.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/common.json b/qapi/common.json
index 867a9ad9b0..7558ce5430 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
##