All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL 0/5] Functional test patches and 32-bit arm Linux header removal
Date: Mon, 21 Jul 2025 10:16:09 +0200	[thread overview]
Message-ID: <20250721081614.262563-1-thuth@redhat.com> (raw)

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	other threads:[~2025-07-21  8:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21  8:16 Thomas Huth [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250721081614.262563-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.