qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 49e856: meson.build: expose TCG cross compile


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 49e856: meson.build: expose TCG cross compiler information...
Date: Tue, 02 Mar 2021 07:17:47 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 49e8565b3df3f43aae57a3850e1b4cd176ef6582
      
https://github.com/qemu/qemu/commit/49e8565b3df3f43aae57a3850e1b4cd176ef6582
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M meson.build
    M tests/tcg/configure.sh

  Log Message:
  -----------
  meson.build: expose TCG cross compiler information in summary

Blink and you miss the cross TCG compiler stuff so lets display it
with the rest of the compiler information.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210222101455.12640-2-alex.bennee@linaro.org>


  Commit: 9d66a0eada1cf558cc7fabe1e86131ea68ea7192
      
https://github.com/qemu/qemu/commit/9d66a0eada1cf558cc7fabe1e86131ea68ea7192
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M tests/docker/dockerfiles/fedora-cris-cross.docker
    M tests/docker/dockerfiles/fedora-i386-cross.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/docker/dockerfiles/fedora.docker

  Log Message:
  -----------
  docker: Bump Fedora images to release 33

Fedora 33 was released on October 27, 2020.

Update all the Fedora 32 images to this new release.

Suggested-by: Daniel Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210118181255.314672-1-philmd@redhat.com>
Message-Id: <20210222101455.12640-3-alex.bennee@linaro.org>


  Commit: d98946450d82d2b46c3cc93e22cee2b189f019b0
      
https://github.com/qemu/qemu/commit/d98946450d82d2b46c3cc93e22cee2b189f019b0
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance: allow a "graceful" failing for virtio-gpu test

This is a band-aid with a TODO for cases when QEMU doesn't start due
to missing VirGL. Longer term we could do with some proper feature
probing.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210222101455.12640-4-alex.bennee@linaro.org>


  Commit: 663a041e1dff50eaa66c8d2b01ade1ac8cd65619
      
https://github.com/qemu/qemu/commit/663a041e1dff50eaa66c8d2b01ade1ac8cd65619
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M docs/devel/testing.rst

  Log Message:
  -----------
  docs/devel: expand on use of containers to build tests

Expand on the usage of containers for building tests and why we have
some that are not used to build QEMU itself.

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


  Commit: 9c1f491e02a64882201d20fa8324884baee91fd8
      
https://github.com/qemu/qemu/commit/9c1f491e02a64882201d20fa8324884baee91fd8
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M docs/devel/testing.rst

  Log Message:
  -----------
  docs/devel: update the container based tests

This section has grown a little stale so clean-up the language and
examples for current usage:

  - refer to containers at the top
  - mention podman can also be used
  - add podman prerequisites section
  - move to using "docker-help" for online help
  - mention the registry and it's purpose
  - don't refer to out-of-date min-glib image

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


  Commit: 4583cdadf807c272fe01501b414c570a527e6f41
      
https://github.com/qemu/qemu/commit/4583cdadf807c272fe01501b414c570a527e6f41
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M docs/devel/testing.rst

  Log Message:
  -----------
  docs/devel: add forward reference to check-tcg

For completeness reference the check-tcg tests in the container
preamble text.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Message-Id: <20210222101455.12640-7-alex.bennee@linaro.org>


  Commit: 93a11007681a8051c07834c52d785a2948ff9632
      
https://github.com/qemu/qemu/commit/93a11007681a8051c07834c52d785a2948ff9632
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    R CODING_STYLE.rst
    M README.rst
    M docs/devel/index.rst
    A docs/devel/style.rst
    M scripts/fix-multiline-comments.sh

  Log Message:
  -----------
  docs: move CODING_STYLE into the developer documentation

There is no particular reason to keep this on it's own in the root of
the tree. Move it into the rest of the fine developer manual and fixup
any links to it. The only tweak I've made is to fix the code-block
annotations to mention the language C.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20210223095931.16908-1-alex.bennee@linaro.org>


  Commit: cbcf09872a936ccefef6a34298046d3b9aefc148
      
https://github.com/qemu/qemu/commit/cbcf09872a936ccefef6a34298046d3b9aefc148
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    R CODING_STYLE.rst
    M README.rst
    M docs/devel/index.rst
    A docs/devel/style.rst
    M docs/devel/testing.rst
    M meson.build
    M scripts/fix-multiline-comments.sh
    M tests/acceptance/virtio-gpu.py
    M tests/docker/dockerfiles/fedora-cris-cross.docker
    M tests/docker/dockerfiles/fedora-i386-cross.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/docker/dockerfiles/fedora.docker
    M tests/tcg/configure.sh

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stsquad/tags/pull-testing-updates-240221-1' into staging

Testing tweaks (build, docs, bumps)

  - expose cross compiler info in meson pretty print
  - bump Fedora to 33
  - "graceful" handling of missing virgl config
  - updates to the container documentation
  - move CODING_STYLE.rst into developer manual

# gpg: Signature made Wed 24 Feb 2021 11:08: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

* remotes/stsquad/tags/pull-testing-updates-240221-1:
  docs: move CODING_STYLE into the developer documentation
  docs/devel: add forward reference to check-tcg
  docs/devel: update the container based tests
  docs/devel: expand on use of containers to build tests
  tests/acceptance: allow a "graceful" failing for virtio-gpu test
  docker: Bump Fedora images to release 33
  meson.build: expose TCG cross compiler information in summary

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


Compare: https://github.com/qemu/qemu/compare/51db2d7cf26d...cbcf09872a93



reply via email to

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