[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [Qemu-ppc] [PATCH 1/5] qapi: Change "since 2.13" annota
From: |
Thomas Huth |
Subject: |
Re: [qemu-s390x] [Qemu-ppc] [PATCH 1/5] qapi: Change "since 2.13" annotations to "since 3.0" |
Date: |
Tue, 22 May 2018 13:44:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 22.05.2018 12:39, Peter Maydell 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(-)
Reviewed-by: Thomas Huth <address@hidden>
- Re: [qemu-s390x] [Qemu-ppc] [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