qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Lukas Stockner <lstockner@genesiscloud.com>
Cc: qemu-devel@nongnu.org,
	Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
	Markus Armbruster <armbru@redhat.com>
Subject: Re: [PATCH] pcie: Support PCIe Gen5/Gen6 link speeds
Date: Tue, 12 Mar 2024 11:19:24 -0400	[thread overview]
Message-ID: <20240312111631-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20240215012326.3272366-1-lstockner@genesiscloud.com>

On Thu, Feb 15, 2024 at 02:23:26AM +0100, Lukas Stockner wrote:
> diff --git a/qapi/common.json b/qapi/common.json
> index f1bb841951..867a9ad9b0 100644
> --- a/qapi/common.json
> +++ b/qapi/common.json
> @@ -107,10 +107,14 @@
>  #
>  # @16: 16.0GT/s
>  #
> +# @32: 32.0GT/s
> +#
> +# @64: 64.0GT/s
> +#
>  # Since: 4.0
>  ##
>  { 'enum': 'PCIELinkSpeed',
> -  'data': [ '2_5', '5', '8', '16' ] }
> +  'data': [ '2_5', '5', '8', '16', '32', '64' ] }
>  
>  ##
>  # @PCIELinkWidth:
> -- 


I'll merge this but I really don't know how one documents
that some enum options have been added since some version
of qemu.


> 2.43.1



  parent reply	other threads:[~2024-03-12 15:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15  1:23 [PATCH] pcie: Support PCIe Gen5/Gen6 link speeds Lukas Stockner
2024-02-16  7:52 ` Manos Pitsidianakis
2024-03-12 15:19 ` Michael S. Tsirkin [this message]
2024-03-13  6:41   ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240312111631-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=armbru@redhat.com \
    --cc=lstockner@genesiscloud.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).