[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Docs testing patches
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 0/6] Docs testing patches |
Date: |
Wed, 31 Jul 2024 00:19:51 +0200 |
The following changes since commit ef009e4b4dc0421464008e6e303b892141ede579:
Merge tag 's390x-20240730' of https://github.com/davidhildenbrand/qemu into
staging (2024-07-30 19:21:58 +1000)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/docs-testing-20240731
for you to fetch changes up to 7b60b971cc2f52ed2a69006a2ad709df2831cd67:
osdep.h: Clean up no-longer-needed back-compat for macOS 10 (2024-07-31
00:15:00 +0200)
----------------------------------------------------------------
Docs & testing patch queue
- Test QAPI firmware.json schema (Thomas)
- Handle new env.doc2path() return value (Peter)
- Improve how assets are used by some Avocado tests (Cleber)
- Remove obsolete check for macOS 10 (Peter)
----------------------------------------------------------------
Cleber Rosa (3):
tests/avocado: mips: fallback to HTTP given certificate expiration
tests/avocado: mips: add hint for fetchasset plugin
tests/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
Peter Maydell (2):
docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a
str
osdep.h: Clean up no-longer-needed back-compat for macOS 10
Thomas Weißschuh (1):
docs: add test for firmware.json QAPI
docs/meson.build | 5 +++++
docs/sphinx/depfile.py | 2 +-
include/qemu/osdep.h | 3 +--
tests/avocado/boot_linux_console.py | 24 ++++++++++++++----------
4 files changed, 21 insertions(+), 13 deletions(-)
--
2.45.2
- [PULL 0/6] Docs testing patches,
Philippe Mathieu-Daudé <=
- [PULL 1/6] docs: add test for firmware.json QAPI, Philippe Mathieu-Daudé, 2024/07/30
- [PULL 2/6] docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a str, Philippe Mathieu-Daudé, 2024/07/30
- [PULL 3/6] tests/avocado: mips: fallback to HTTP given certificate expiration, Philippe Mathieu-Daudé, 2024/07/30
- [PULL 4/6] tests/avocado: mips: add hint for fetchasset plugin, Philippe Mathieu-Daudé, 2024/07/30
- [PULL 5/6] tests/avocado: test_arm_emcraft_sf2: handle RW requirements for asset, Philippe Mathieu-Daudé, 2024/07/30
- [PULL 6/6] osdep.h: Clean up no-longer-needed back-compat for macOS 10, Philippe Mathieu-Daudé, 2024/07/30
- Re: [PULL 0/6] Docs testing patches, Richard Henderson, 2024/07/31