[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH 1/5] qapi: Change "since 2.13" annotations to "s
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH 1/5] qapi: Change "since 2.13" annotations to "since 3.0" |
Date: |
Tue, 22 May 2018 13:08:28 +0200 |
On Tue, 22 May 2018 11:39:56 +0100
Peter Maydell <address@hidden> wrote:
> We're going to make the next release be 3.0, not 2.13; change
> the annotations in our json appropriately.
>
> Changes produced with
> sed -i -e 's/2\.13/3.0/g' qapi/*.json
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> qapi/block-core.json | 4 ++--
> qapi/common.json | 2 +-
> qapi/migration.json | 16 ++++++++--------
> qapi/misc.json | 4 ++--
> qapi/net.json | 2 +-
> qapi/ui.json | 2 +-
> 6 files changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/qapi/misc.json b/qapi/misc.json
> index f5988cc0b5..99bcaacd62 100644
> --- a/qapi/misc.json
> +++ b/qapi/misc.json
> @@ -558,11 +558,11 @@
> # @props: properties describing to which node/socket/core/thread
> # virtual CPU belongs to, provided if supported by board
> #
> -# @arch: base architecture of the cpu; deprecated since 2.13.0 in favor
> +# @arch: base architecture of the cpu; deprecated since 3.0.0 in favor
Should this one use 3.0 instead of 3.0.0?
> # of @target
> #
> # @target: the QEMU system emulation target, which determines which
> -# additional fields will be listed (since 2.13)
> +# additional fields will be listed (since 3.0)
> #
> # Since: 2.12
> #
Anyway,
Reviewed-by: Cornelia Huck <address@hidden>
- Re: [qemu-s390x] [PATCH 3/5] hw/s390x: Rename 2.13 machines to 3.0, (continued)
- [qemu-s390x] [PATCH 5/5] qemu-doc.texi: Rename references to 2.13 to 3.0, Peter Maydell, 2018/05/22
- [qemu-s390x] [PATCH 4/5] ppc: Rename 2.13 machines to 3.0, Peter Maydell, 2018/05/22
- [qemu-s390x] [PATCH 1/5] qapi: Change "since 2.13" annotations to "since 3.0", Peter Maydell, 2018/05/22
- [qemu-s390x] [PATCH 2/5] hw/i386: Rename 2.13 machine types to 3.0, Peter Maydell, 2018/05/22
- Re: [qemu-s390x] [Qemu-devel] [PATCH 0/5] Make the next release be 3.0, Peter Maydell, 2018/05/29