All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] Functional test patches and 32-bit arm Linux header removal
@ 2025-07-21  8:16 Thomas Huth
  2025-07-21  8:16 ` [PULL 1/5] linux-headers: Remove the 32-bit arm headers Thomas Huth
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thomas Huth @ 2025-07-21  8:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-21 14:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21  8:16 [PULL 0/5] Functional test patches and 32-bit arm Linux header removal Thomas Huth
2025-07-21  8:16 ` [PULL 1/5] linux-headers: Remove the 32-bit arm headers Thomas Huth
2025-07-21  8:16 ` [PULL 2/5] functional: ensure log handlers are closed Thomas Huth
2025-07-21  8:16 ` [PULL 3/5] functional: ensure sockets and files " Thomas Huth
2025-07-21  8:16 ` [PULL 4/5] functional: always enable all python warnings Thomas Huth
2025-07-21  8:16 ` [PULL 5/5] docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH Thomas Huth
2025-07-21 13:59 ` [PULL 0/5] Functional test patches and 32-bit arm Linux header removal Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.