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


Reply via email to