On Tue, 22 May 2018 11:39:56 +0100 Peter Maydell <peter.mayd...@linaro.org> 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 <peter.mayd...@linaro.org> > --- > 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 <coh...@redhat.com>