[PULL 0/5] Functional test patches and 32-bit arm Linux header removal

Thomas Huth posted 5 patches 3 months, 3 weeks ago
Failed in applying to current master (apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Elena Ufimtseva <elena.ufimtseva@oracle.com>, Jagannathan Raman <jag.raman@oracle.com>
docs/devel/testing/functional.rst      |   2 +-
configure                              |   1 -
linux-headers/asm-arm/bitsperlong.h    |   1 -
linux-headers/asm-arm/kvm.h            | 312 --------------------------
linux-headers/asm-arm/mman.h           |   4 -
linux-headers/asm-arm/unistd-common.h  | 397 ---------------------------------
linux-headers/asm-arm/unistd-eabi.h    |   5 -
linux-headers/asm-arm/unistd-oabi.h    |  17 --
linux-headers/asm-arm/unistd.h         |  41 ----
scripts/update-linux-headers.sh        |   5 -
tests/functional/qemu_test/testcase.py |   6 +
tests/functional/test_multiprocess.py  |   3 +
tests/functional/test_virtio_gpu.py    |   2 +
13 files changed, 12 insertions(+), 784 deletions(-)
delete mode 100644 linux-headers/asm-arm/bitsperlong.h
delete mode 100644 linux-headers/asm-arm/kvm.h
delete mode 100644 linux-headers/asm-arm/mman.h
delete mode 100644 linux-headers/asm-arm/unistd-common.h
delete mode 100644 linux-headers/asm-arm/unistd-eabi.h
delete mode 100644 linux-headers/asm-arm/unistd-oabi.h
delete mode 100644 linux-headers/asm-arm/unistd.h
[PULL 0/5] Functional test patches and 32-bit arm Linux header removal
Posted by Thomas Huth 3 months, 3 weeks ago
The following changes since commit e82989544e38062beeeaad88c175afbeed0400f8:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-07-18 14:10:02 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2025-07-21

for you to fetch changes up to 2c182e1213a0fd334f13948cb80b886e6fd1ab88:

  docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH (2025-07-21 07:58:57 +0200)

----------------------------------------------------------------
* Remove unused 32-bit arm Linux headers
* Fix some small issues in the functional tests and docs

----------------------------------------------------------------
Alex Bennée (1):
      docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH

Daniel P. Berrangé (3):
      functional: ensure log handlers are closed
      functional: ensure sockets and files are closed
      functional: always enable all python warnings

Thomas Huth (1):
      linux-headers: Remove the 32-bit arm headers

 docs/devel/testing/functional.rst      |   2 +-
 configure                              |   1 -
 linux-headers/asm-arm/bitsperlong.h    |   1 -
 linux-headers/asm-arm/kvm.h            | 312 --------------------------
 linux-headers/asm-arm/mman.h           |   4 -
 linux-headers/asm-arm/unistd-common.h  | 397 ---------------------------------
 linux-headers/asm-arm/unistd-eabi.h    |   5 -
 linux-headers/asm-arm/unistd-oabi.h    |  17 --
 linux-headers/asm-arm/unistd.h         |  41 ----
 scripts/update-linux-headers.sh        |   5 -
 tests/functional/qemu_test/testcase.py |   6 +
 tests/functional/test_multiprocess.py  |   3 +
 tests/functional/test_virtio_gpu.py    |   2 +
 13 files changed, 12 insertions(+), 784 deletions(-)
 delete mode 100644 linux-headers/asm-arm/bitsperlong.h
 delete mode 100644 linux-headers/asm-arm/kvm.h
 delete mode 100644 linux-headers/asm-arm/mman.h
 delete mode 100644 linux-headers/asm-arm/unistd-common.h
 delete mode 100644 linux-headers/asm-arm/unistd-eabi.h
 delete mode 100644 linux-headers/asm-arm/unistd-oabi.h
 delete mode 100644 linux-headers/asm-arm/unistd.h


Re: [PULL 0/5] Functional test patches and 32-bit arm Linux header removal
Posted by Stefan Hajnoczi 3 months, 3 weeks ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.