qemu-devel
[Top][All Lists]
Advanced

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

[PULL for 7.0 0/8] i386, docs, gitlab fixes


From: Alex Bennée
Subject: [PULL for 7.0 0/8] i386, docs, gitlab fixes
Date: Wed, 23 Mar 2022 11:27:03 +0000

The following changes since commit 15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b:

  Update version for v7.0.0-rc1 release (2022-03-22 22:58:44 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-fixes-for-7.0-230322-1

for you to fetch changes up to 0f37cf2f71f764c5649e149c774172df7ab187c7:

  docs/tcg-plugins: document QEMU_PLUGIN behaviour (2022-03-23 10:38:09 +0000)

----------------------------------------------------------------
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

----------------------------------------------------------------
Alex Bennée (6):
      target/i386: force maximum rounding precision for fildl[l]
      mailmap/gitdm: more fixes for bad tags and authors
      docs/devel: try and impose some organisation
      semihosting: clean up handling of expanded argv
      gitlab: include new aarch32 job in custom-runners
      docs: remove qemu_logo.pdf

Christoph Muellner (1):
      docs/tcg-plugins: document QEMU_PLUGIN behaviour

Thomas Huth (1):
      tests/Makefile.include: Let "make clean" remove the TCG tests, too

 docs/devel/index-api.rst                           |  15 +++++++
 docs/devel/index-build.rst                         |  19 +++++++++
 docs/devel/index-internals.rst                     |  21 ++++++++++
 docs/devel/index-process.rst                       |  17 ++++++++
 docs/devel/index-tcg.rst                           |  16 +++++++
 docs/devel/index.rst                               |  46 ++++-----------------
 docs/devel/tcg-plugins.rst                         |   9 +++-
 docs/qemu_logo.pdf                                 | Bin 9117 -> 0 bytes
 semihosting/config.c                               |   6 +--
 target/i386/tcg/fpu_helper.c                       |  13 ++++++
 .gitlab-ci.d/custom-runners.yml                    |   1 +
 ...-20.40-aarch32.yml => ubuntu-20.04-aarch32.yml} |   0
 .mailmap                                           |   6 +++
 contrib/gitdm/aliases                              |   4 +-
 tests/Makefile.include                             |   2 +-
 15 files changed, 129 insertions(+), 46 deletions(-)
 create mode 100644 docs/devel/index-api.rst
 create mode 100644 docs/devel/index-build.rst
 create mode 100644 docs/devel/index-internals.rst
 create mode 100644 docs/devel/index-process.rst
 create mode 100644 docs/devel/index-tcg.rst
 delete mode 100644 docs/qemu_logo.pdf
 rename .gitlab-ci.d/custom-runners/{ubuntu-20.40-aarch32.yml => 
ubuntu-20.04-aarch32.yml} (100%)

-- 
2.30.2




reply via email to

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