From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL 00/14] Fixes for tests and removal of deprecated features
Date: Wed, 8 Jan 2025 09:44:57 +0100 [thread overview]
Message-ID: <20250108084511.238458-1-thuth@redhat.com> (raw)
The following changes since commit 6528013b5f5ba6bb3934b7f5fe57a3110680530f:
Merge tag 'qga-pull-2025-01-06' of https://github.com/kostyanf14/qemu into staging (2025-01-06 09:39:02 -0500)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2025-01-08
for you to fetch changes up to f69705f300f487936919359354925395105ec018:
tests/functional/test_x86_64_hotplug_cpu: Fix race condition during unplug (2025-01-07 15:02:46 +0100)
----------------------------------------------------------------
* Fix compilation problem in s390x tcg tests
* Remove obsolete versioned s390x machine types 2.4 up to 2.8
* Remove deprecated -runas command line option
* Fix the x86_64_hotplug_cpu functional test
----------------------------------------------------------------
Ilya Leoshkevich (1):
tests/tcg/s390x: Use the SLOF libc headers for the multiarch tests
Thomas Huth (13):
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.4 and 2.5 machine types
hw/s390x/s390-skeys: Remove the "migration-enabled" property
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.6 machine type
hw/s390x: Remove the "ri_allowed" switch
hw/s390x/ipl: Remove the "iplbext_migration" property
hw/s390x/css-bridge: Remove the "css_dev_path" property
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine type
hw/s390x: Remove the cpu_model_allowed flag and related code
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.8 machine type
hw/s390x: Remove the "adapter_routes_max_batch" property from the flic
Remove the deprecated "-runas" command line option
docs/about/deprecated: Remove paragraph about initial deprecation in 2.10
tests/functional/test_x86_64_hotplug_cpu: Fix race condition during unplug
docs/about/deprecated.rst | 12 ----
docs/about/removed-features.rst | 6 ++
hw/s390x/ipl.h | 1 -
include/hw/s390x/css-bridge.h | 1 -
include/hw/s390x/s390-virtio-ccw.h | 6 --
include/hw/s390x/s390_flic.h | 2 -
include/hw/s390x/storage-keys.h | 2 -
hw/intc/s390_flic.c | 9 ---
hw/s390x/css-bridge.c | 16 +----
hw/s390x/ipl.c | 10 ---
hw/s390x/s390-skeys.c | 10 +--
hw/s390x/s390-virtio-ccw.c | 108 +---------------------------
hw/s390x/virtio-ccw.c | 5 +-
system/vl.c | 9 ---
target/s390x/kvm/kvm.c | 16 ++---
qemu-options.hx | 15 +---
tests/functional/test_x86_64_hotplug_cpu.py | 6 +-
tests/tcg/s390x/Makefile.softmmu-target | 3 +-
18 files changed, 24 insertions(+), 213 deletions(-)
next reply other threads:[~2025-01-08 8:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 8:44 Thomas Huth [this message]
2025-01-08 8:44 ` [PULL 01/14] tests/tcg/s390x: Use the SLOF libc headers for the multiarch tests Thomas Huth
2025-01-08 8:44 ` [PULL 02/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.4 and 2.5 machine types Thomas Huth
2025-01-08 8:45 ` [PULL 03/14] hw/s390x/s390-skeys: Remove the "migration-enabled" property Thomas Huth
2025-01-08 8:45 ` [PULL 04/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.6 machine type Thomas Huth
2025-01-08 8:45 ` [PULL 05/14] hw/s390x: Remove the "ri_allowed" switch Thomas Huth
2025-01-08 8:45 ` [PULL 06/14] hw/s390x/ipl: Remove the "iplbext_migration" property Thomas Huth
2025-01-08 8:45 ` [PULL 07/14] hw/s390x/css-bridge: Remove the "css_dev_path" property Thomas Huth
2025-01-08 8:45 ` [PULL 08/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine type Thomas Huth
2025-01-08 8:45 ` [PULL 09/14] hw/s390x: Remove the cpu_model_allowed flag and related code Thomas Huth
2025-01-08 8:45 ` [PULL 10/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.8 machine type Thomas Huth
2025-01-08 8:45 ` [PULL 11/14] hw/s390x: Remove the "adapter_routes_max_batch" property from the flic Thomas Huth
2025-01-08 8:45 ` [PULL 12/14] Remove the deprecated "-runas" command line option Thomas Huth
2025-01-08 8:45 ` [PULL 13/14] docs/about/deprecated: Remove paragraph about initial deprecation in 2.10 Thomas Huth
2025-01-08 8:45 ` [PULL 14/14] tests/functional/test_x86_64_hotplug_cpu: Fix race condition during unplug Thomas Huth
2025-01-08 19:14 ` [PULL 00/14] Fixes for tests and removal of deprecated features 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=20250108084511.238458-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.