From: "Michael S. Tsirkin" <mst@redhat.com>
To: Shunsuke Mie <mie@igel.co.jp>
Cc: linux-kernel@vger.kernel.org,
Zhu Lingshan <lingshan.zhu@intel.com>,
virtualization@lists.linux-foundation.org
Subject: Re: [RFC PATCH] virtio: fix virtio transitional ids
Date: Tue, 10 May 2022 07:22:17 -0400 [thread overview]
Message-ID: <20220510072157-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20220510102723.87666-1-mie@igel.co.jp>
On Tue, May 10, 2022 at 07:27:23PM +0900, Shunsuke Mie wrote:
> This commit fixes the transitional PCI device ID.
>
> Fixes: d61914ea6ada ("virtio: update virtio id table, add transitional ids")
> Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Absolutely! I don't understand how I could have missed this.
Applied, thanks!
> ---
> include/uapi/linux/virtio_ids.h | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h
> index 80d76b75bccd..7aa2eb766205 100644
> --- a/include/uapi/linux/virtio_ids.h
> +++ b/include/uapi/linux/virtio_ids.h
> @@ -73,12 +73,12 @@
> * Virtio Transitional IDs
> */
>
> -#define VIRTIO_TRANS_ID_NET 1000 /* transitional virtio net */
> -#define VIRTIO_TRANS_ID_BLOCK 1001 /* transitional virtio block */
> -#define VIRTIO_TRANS_ID_BALLOON 1002 /* transitional virtio balloon */
> -#define VIRTIO_TRANS_ID_CONSOLE 1003 /* transitional virtio console */
> -#define VIRTIO_TRANS_ID_SCSI 1004 /* transitional virtio SCSI */
> -#define VIRTIO_TRANS_ID_RNG 1005 /* transitional virtio rng */
> -#define VIRTIO_TRANS_ID_9P 1009 /* transitional virtio 9p console */
> +#define VIRTIO_TRANS_ID_NET 0x1000 /* transitional virtio net */
> +#define VIRTIO_TRANS_ID_BLOCK 0x1001 /* transitional virtio block */
> +#define VIRTIO_TRANS_ID_BALLOON 0x1002 /* transitional virtio balloon */
> +#define VIRTIO_TRANS_ID_CONSOLE 0x1003 /* transitional virtio console */
> +#define VIRTIO_TRANS_ID_SCSI 0x1004 /* transitional virtio SCSI */
> +#define VIRTIO_TRANS_ID_RNG 0x1005 /* transitional virtio rng */
> +#define VIRTIO_TRANS_ID_9P 0x1009 /* transitional virtio 9p console */
>
> #endif /* _LINUX_VIRTIO_IDS_H */
> --
> 2.17.1
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
parent reply other threads:[~2022-05-10 11:22 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20220510102723.87666-1-mie@igel.co.jp>]
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=20220510072157-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=lingshan.zhu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mie@igel.co.jp \
--cc=virtualization@lists.linux-foundation.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).