[PULL 0/7] next-cube and test patches

Thomas Huth posted 7 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260910114522.396396-1-th.huth@posteo.eu
Maintainers: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <th.huth+qemu@posteo.eu>, "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
MAINTAINERS                       |  3 +--
docs/about/deprecated.rst         |  8 ++++++++
hw/m68k/next-cube.c               | 12 +++++++-----
hw/usb/host-libusb.c              | 14 ++++----------
meson.build                       |  2 +-
meson_options.txt                 |  2 ++
pythondeps.toml                   |  1 +
scripts/clean_functional_cache.py |  4 +++-
scripts/meson-buildoptions.sh     |  3 +++
9 files changed, 30 insertions(+), 19 deletions(-)
[PULL 0/7] next-cube and test patches
Posted by Thomas Huth 2 weeks, 2 days ago
 Hi!

The following changes since commit 1df256f5968e9f7c3c4533a1383b071c044a36d6:

  Merge tag 'qom-qapi-pr-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-09-08 18:35:31 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2026-09-10

for you to fetch changes up to 72a02f711d11c78b88869dc00db392ef08504940:

  hw/usb/host-libusb: keep autoscan enabled for bus+addr selector (2026-09-10 13:34:51 +0200)

----------------------------------------------------------------
- Fix minor issues in next-cube machine and mark it as deprecated
- Add a configure option to disable tests
- Remove stamp files when deleting assets from the functional cache
- Make sure that pyling version is not too old
- Keep USB autoscan enabled for bus+addr selector

----------------------------------------------------------------
Brian Cain (1):
      tests: install pylint for functional linters

Florian Schmidt (1):
      Add option to disable building tests

Thomas Huth (4):
      hw/m68k/next-cube: Replace assert()s and abort()s with logging functions
      docs/about: Deprecate the 'next-cube' m68k machine
      MAINTAINERS: Mark the next-cube machine as "Orphan"
      scripts/clean_functional_cache: Remove also .stamp files

Timo Teräs (1):
      hw/usb/host-libusb: keep autoscan enabled for bus+addr selector

 MAINTAINERS                       |  3 +--
 docs/about/deprecated.rst         |  8 ++++++++
 hw/m68k/next-cube.c               | 12 +++++++-----
 hw/usb/host-libusb.c              | 14 ++++----------
 meson.build                       |  2 +-
 meson_options.txt                 |  2 ++
 pythondeps.toml                   |  1 +
 scripts/clean_functional_cache.py |  4 +++-
 scripts/meson-buildoptions.sh     |  3 +++
 9 files changed, 30 insertions(+), 19 deletions(-)

Re: [PULL 0/7] next-cube and test patches
Posted by Richard Henderson 2 weeks, 1 day ago
On 9/10/26 01:45, Thomas Huth wrote:
> The following changes since commit 1df256f5968e9f7c3c4533a1383b071c044a36d6:
> 
>    Merge tag 'qom-qapi-pr-pr-v1' ofhttps://gitlab.com/marcandre.lureau/qemu into staging (2026-09-08 18:35:31 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/huth/qemu.git tags/pull-request-2026-09-10
> 
> for you to fetch changes up to 72a02f711d11c78b88869dc00db392ef08504940:
> 
>    hw/usb/host-libusb: keep autoscan enabled for bus+addr selector (2026-09-10 13:34:51 +0200)
> 
> ----------------------------------------------------------------
> - Fix minor issues in next-cube machine and mark it as deprecated
> - Add a configure option to disable tests
> - Remove stamp files when deleting assets from the functional cache
> - Make sure that pyling version is not too old
> - Keep USB autoscan enabled for bus+addr selector

Applied, thanks.

r~