From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Han Han <hhan@redhat.com>,
Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 1/7] qapi: virtio: Fix the introduced version
Date: Sat, 5 Nov 2022 20:52:21 +0100 [thread overview]
Message-ID: <20221105195227.354769-2-laurent@vivier.eu> (raw)
In-Reply-To: <20221105195227.354769-1-laurent@vivier.eu>
From: Han Han <hhan@redhat.com>
The items of qapi/virtio.json are introduced at a5ebce38576. They will be
in the version 7.2 not 7.1.
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20221101014647.3000801-1-hhan@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
qapi/virtio.json | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/qapi/virtio.json b/qapi/virtio.json
index e47a8fb2e0a9..872c7e36236c 100644
--- a/qapi/virtio.json
+++ b/qapi/virtio.json
@@ -15,7 +15,7 @@
#
# @name: Name of the VirtIODevice
#
-# Since: 7.1
+# Since: 7.2
#
##
{ 'struct': 'VirtioInfo',
@@ -32,7 +32,7 @@
#
# Returns: List of gathered VirtIODevices
#
-# Since: 7.1
+# Since: 7.2
#
# Example:
#
@@ -97,7 +97,7 @@
#
# @log-size: vhost_dev log_size
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -167,7 +167,7 @@
# Present if the given VirtIODevice has an active vhost
# device.
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -206,7 +206,7 @@
#
# Returns: VirtioStatus of the virtio device
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
@@ -452,7 +452,7 @@
#
# @unknown-statuses: Virtio device statuses bitmap that have not been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VirtioDeviceStatus',
@@ -471,7 +471,7 @@
# @unknown-protocols: Vhost user device protocol features bitmap that
# have not been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VhostDeviceProtocols',
@@ -492,7 +492,7 @@
# @unknown-dev-features: Virtio device features bitmap that have not
# been decoded
#
-# Since: 7.1
+# Since: 7.2
##
{ 'struct': 'VirtioDeviceFeatures',
@@ -535,7 +535,7 @@
#
# @signalled-used-valid: VirtQueue signalled_used_valid flag
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -576,7 +576,7 @@
# shadow_avail_idx will not be displayed in the case where
# the selected VirtIODevice has a running vhost device.
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
@@ -666,7 +666,7 @@
#
# @used-size: vhost_virtqueue used_size
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -699,7 +699,7 @@
#
# Returns: VirtVhostQueueStatus of the vhost_virtqueue
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
@@ -767,7 +767,7 @@
#
# @flags: List of descriptor flags
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -787,7 +787,7 @@
#
# @ring: VRingAvail ring[] entry at provided index
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -805,7 +805,7 @@
#
# @idx: VRingUsed index
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -829,7 +829,7 @@
#
# @used: VRingUsed info
#
-# Since: 7.1
+# Since: 7.2
#
##
@@ -857,7 +857,7 @@
#
# Returns: VirtioQueueElement information
#
-# Since: 7.1
+# Since: 7.2
#
# Examples:
#
--
2.37.3
next prev parent reply other threads:[~2022-11-05 19:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-05 19:52 [PULL 0/7] Trivial branch for 7.2 patches Laurent Vivier
2022-11-05 19:52 ` Laurent Vivier [this message]
2022-11-05 19:52 ` [PULL 2/7] Fix some typos in documentation and comments Laurent Vivier
2022-11-05 19:52 ` [PULL 3/7] xen/pt: fix syntax error that causes FTBFS in some configurations Laurent Vivier
2022-11-05 19:52 ` [PULL 4/7] target/m68k: Rename qregs.def -> qregs.h.inc Laurent Vivier
2022-11-05 19:52 ` [PULL 5/7] target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc Laurent Vivier
2022-11-05 19:52 ` [PULL 6/7] target/tricore: Rename csfr.def -> csfr.h.inc Laurent Vivier
2022-11-05 19:52 ` [PULL 7/7] tests/unit: simpler variable sequence for test-io-channel Laurent Vivier
2022-11-07 20:03 ` [PULL 0/7] Trivial branch for 7.2 patches Stefan Hajnoczi
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=20221105195227.354769-2-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=hhan@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).