All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qapi: virtio: Fix the introduced version
@ 2022-11-01  1:46 Han Han
  2022-11-01 10:47 ` Laurent Vivier
  2022-11-02 17:56 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Han Han @ 2022-11-01  1:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, lvivier, Han Han

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>
---
 qapi/virtio.json | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/qapi/virtio.json b/qapi/virtio.json
index e47a8fb2e0..872c7e3623 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.38.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] qapi: virtio: Fix the introduced version
  2022-11-01  1:46 [PATCH] qapi: virtio: Fix the introduced version Han Han
@ 2022-11-01 10:47 ` Laurent Vivier
  2022-11-02 17:56 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2022-11-01 10:47 UTC (permalink / raw)
  To: Han Han, qemu-devel; +Cc: qemu-trivial, lvivier

Le 01/11/2022 à 02:46, Han Han a écrit :
> 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>
> ---
>   qapi/virtio.json | 34 +++++++++++++++++-----------------
>   1 file changed, 17 insertions(+), 17 deletions(-)

Reviewed-by: Laurent Vivier <laurent@vivier.eu>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] qapi: virtio: Fix the introduced version
  2022-11-01  1:46 [PATCH] qapi: virtio: Fix the introduced version Han Han
  2022-11-01 10:47 ` Laurent Vivier
@ 2022-11-02 17:56 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2022-11-02 17:56 UTC (permalink / raw)
  To: Han Han, qemu-devel; +Cc: qemu-trivial, lvivier

Le 01/11/2022 à 02:46, Han Han a écrit :
> 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>
> ---
>   qapi/virtio.json | 34 +++++++++++++++++-----------------
>   1 file changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/qapi/virtio.json b/qapi/virtio.json
> index e47a8fb2e0..872c7e3623 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:
>   #

Applied to my trivial-patches branch.

Thanks,
Laurent



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-02 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  1:46 [PATCH] qapi: virtio: Fix the introduced version Han Han
2022-11-01 10:47 ` Laurent Vivier
2022-11-02 17:56 ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.