Skip to content

Commit

Permalink
qapi: document PCIe Gen5/Gen6 speeds since 9.0
Browse files Browse the repository at this point in the history
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: c08da86 ("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>
  • Loading branch information
mstsirkin committed Mar 18, 2024
1 parent fdf1c98 commit 1bdef7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qapi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit 1bdef7a

Please sign in to comment.