qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 15ef89: Update version for v7.0.0-rc1 release


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 15ef89: Update version for v7.0.0-rc1 release
Date: Wed, 23 Mar 2022 04:46:09 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b
      
https://github.com/qemu/qemu/commit/15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v7.0.0-rc1 release

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


  Commit: 425d6aba9994277da5edbf2cbd97502a107a794a
      
https://github.com/qemu/qemu/commit/425d6aba9994277da5edbf2cbd97502a107a794a
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/Makefile.include: Let "make clean" remove the TCG tests, too

"make clean" should clear all binaries that have been built, but so
far it left the TCG tests still in place. Let's make sure that they
are now removed, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220301085900.1443232-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


  Commit: 276de33f3db65199689b8748bde836e031e461c0
      
https://github.com/qemu/qemu/commit/276de33f3db65199689b8748bde836e031e461c0
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M target/i386/tcg/fpu_helper.c

  Log Message:
  -----------
  target/i386: force maximum rounding precision for fildl[l]

The instruction description says "It is loaded without rounding
errors." which implies we should have the widest rounding mode
possible.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/888
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220315121251.2280317-4-alex.bennee@linaro.org>


  Commit: b8003f99565c9d7862938c586fecd1d9a56ee22d
      
https://github.com/qemu/qemu/commit/b8003f99565c9d7862938c586fecd1d9a56ee22d
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M .mailmap
    M contrib/gitdm/aliases

  Log Message:
  -----------
  mailmap/gitdm: more fixes for bad tags and authors

I was running some historical tags for the last 10 years and got the
following warnings:

  git log --use-mailmap --numstat --since "June 2010" | ~/src/gitdm.git/gitdm 
-n -l 5
  alarson@ddci.com is an author name, probably not what you want
  bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 552: invalid 
continuation byte) in patchm skipping
  bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 342: invalid 
continuation byte) in patchm skipping
  michael@ozlabs.org  is an author name, probably not what you want
  Oops...funky email nicta.com.au
  bad utf-8 ('utf-8' codec can't decode byte 0xe9 in position 232: invalid 
continuation byte) in patchm skipping
  Oops...funky email andreas.faerber
  Grabbing changesets...done
  Processed 76422 csets from 1902 developers

The following fixes try and alleviate that although I still get a
warning for Aaron which I think is from 9743cd5736.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220315121251.2280317-6-alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Aaron Larson <alarson@ddci.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Cc: Andreas Färber <andreas.faerber@web.de>
Cc: Jason Wang <jasowang@redhat.com>


  Commit: c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc
      
https://github.com/qemu/qemu/commit/c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    A docs/devel/index-api.rst
    A docs/devel/index-build.rst
    A docs/devel/index-internals.rst
    A docs/devel/index-process.rst
    A docs/devel/index-tcg.rst
    M docs/devel/index.rst

  Log Message:
  -----------
  docs/devel: try and impose some organisation

We have a growing set of developer docs but the index is currently in
order of when stuff was added. Try and make things a bit easier to
find my adding sub indexes and organising into themes.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
Message-Id: <20220315121251.2280317-7-alex.bennee@linaro.org>


  Commit: 78beee809d49adc0862c89816d72ece57c3913b7
      
https://github.com/qemu/qemu/commit/78beee809d49adc0862c89816d72ece57c3913b7
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M semihosting/config.c

  Log Message:
  -----------
  semihosting: clean up handling of expanded argv

Another cleanup patch tripped over the fact we weren't being careful
in our casting. Fix the casts, allow for a non-const and switch from
g_realloc to g_renew.

The whole semihosting argument handling could do with some tests
though.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220315121251.2280317-8-alex.bennee@linaro.org>


  Commit: efd080de762220cd7e6df1c4706ed92cf0b6f219
      
https://github.com/qemu/qemu/commit/efd080de762220cd7e6df1c4706ed92cf0b6f219
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M .gitlab-ci.d/custom-runners.yml
    A .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml
    R .gitlab-ci.d/custom-runners/ubuntu-20.40-aarch32.yml

  Log Message:
  -----------
  gitlab: include new aarch32 job in custom-runners

Without linking it in it won't be presented on the UI. Also while
doing that fix the misnamed job from 20.40 to 20.04.

Fixes: cc44a16002 ("gitlab: add a new aarch32 custom runner definition")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220315121954.2283887-1-alex.bennee@linaro.org>


  Commit: f503b7e327301e789b4d19a4bd554d02934608aa
      
https://github.com/qemu/qemu/commit/f503b7e327301e789b4d19a4bd554d02934608aa
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    R docs/qemu_logo.pdf

  Log Message:
  -----------
  docs: remove qemu_logo.pdf

As far as I can tell nothing in the source tree uses this file. The
original comment mentions texi2pdf and I think that was all culled
when we switched to our rst documentation pipeline.

Fixes: 4ac2ee194b ("docs/interop: Convert qemu-qmp-ref to rST")
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220316161038.3033723-1-alex.bennee@linaro.org>


  Commit: 0f37cf2f71f764c5649e149c774172df7ab187c7
      
https://github.com/qemu/qemu/commit/0f37cf2f71f764c5649e149c774172df7ab187c7
  Author: Christoph Muellner <cmuellner@linux.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M docs/devel/tcg-plugins.rst

  Log Message:
  -----------
  docs/tcg-plugins: document QEMU_PLUGIN behaviour

QEMU plugins can be loaded via command line arguments or via
the QEMU_PLUGIN environment variable. Currently, only the first method
is documented. Let's document QEMU_PLUGIN.

As drive-by cleanup, this patch fixes the path to the plugins
in the same section of the documentation.

Signed-off-by: Christoph Muellner <cmuellner@linux.com>
Message-Id: <20220316181412.1550044-1-cmuellner@linux.com>
[AJB: fixed some minor typos]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


  Commit: e309ce90a23bef4f5210a8c49d53441144be293c
      
https://github.com/qemu/qemu/commit/e309ce90a23bef4f5210a8c49d53441144be293c
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M .gitlab-ci.d/custom-runners.yml
    A .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml
    R .gitlab-ci.d/custom-runners/ubuntu-20.40-aarch32.yml
    M .mailmap
    M contrib/gitdm/aliases
    A docs/devel/index-api.rst
    A docs/devel/index-build.rst
    A docs/devel/index-internals.rst
    A docs/devel/index-process.rst
    A docs/devel/index-tcg.rst
    M docs/devel/index.rst
    M docs/devel/tcg-plugins.rst
    R docs/qemu_logo.pdf
    M semihosting/config.c
    M target/i386/tcg/fpu_helper.c
    M tests/Makefile.include

  Log Message:
  -----------
  Merge tag 'pull-fixes-for-7.0-230322-1' of https://github.com/stsquad/qemu 
into staging

Various fixes for 7.0

  - make clean also cleans tcg tests
  - fix rounding error in i386 fildl[l]
  - more clean-ups to gitdm/mailmap metadata
  - apply some organisation to docs/devel
  - clean-up semihosting argv handling
  - add custom runner for aarch32
  - remove old qemu_logo.pdf
  - document QEMU_PLUGIN env var

# gpg: Signature made Wed 23 Mar 2022 10:41:03 GMT
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) 
<alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* tag 'pull-fixes-for-7.0-230322-1' of https://github.com/stsquad/qemu:
  docs/tcg-plugins: document QEMU_PLUGIN behaviour
  docs: remove qemu_logo.pdf
  gitlab: include new aarch32 job in custom-runners
  semihosting: clean up handling of expanded argv
  docs/devel: try and impose some organisation
  mailmap/gitdm: more fixes for bad tags and authors
  target/i386: force maximum rounding precision for fildl[l]
  tests/Makefile.include: Let "make clean" remove the TCG tests, too

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/b7a3a705b644...e309ce90a23b



reply via email to

[Prev in Thread] Current Thread [Next in Thread]