From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL v2 0/9] s390x and test patches 2025-01-21
Date: Wed, 22 Jan 2025 09:01:49 +0100 [thread overview]
Message-ID: <20250122080151.1400422-1-thuth@redhat.com> (raw)
Hi Stefan!
The following changes since commit d6430c17d7113d3c38480dc34e59d00b0504e2f7:
Merge tag 'pull-riscv-to-apply-20250119-1' of https://github.com/alistair23/qemu into staging (2025-01-19 08:55:46 -0500)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2025-01-21v2
for you to fetch changes up to 9744ceb94bf963ed42685c7d28024a77de2fbe78:
pc-bios: Update the s390 bios images with the recent changes (2025-01-22 08:28:49 +0100)
----------------------------------------------------------------
* Fix bugs related to the new "boot order" feature in the s390-ccw bios
* Fix crash that occurs when introspecting older s390-virtio-ccw machines
* Fix error in pbkdf code on fast machines (e.g. s390x with crypto adapter)
* Convert kvm_xen_guest avocado test to the functional framework
v2: Replace cancel() with skipTest() in the first patch
----------------------------------------------------------------
Daniel P. Berrangé (1):
crypto: fix bogus error benchmarking pbkdf on fast machines
Jared Rossi (1):
pc-bios/s390-ccw: Abort IPL on invalid loadparm
Philippe Mathieu-Daudé (1):
MAINTAINERS: Remove myself as Avocado Framework reviewer
Thomas Huth (6):
tests/functional: Convert the kvm_xen_guest avocado test
hw/s390x: Fix crash that occurs when inspecting older versioned machines types
pc-bios/s390-ccw/virtio: Add a function to reset a virtio device
pc-bios/s390-ccw: Fix boot problem with virtio-net devices
pc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP server
pc-bios: Update the s390 bios images with the recent changes
MAINTAINERS | 3 +-
pc-bios/s390-ccw/virtio.h | 2 +
crypto/pbkdf.c | 15 +++-
hw/s390x/s390-virtio-ccw.c | 15 ++--
pc-bios/s390-ccw/bootmap.c | 15 ++--
pc-bios/s390-ccw/netmain.c | 52 +++++++-----
pc-bios/s390-ccw/virtio-net.c | 5 ++
pc-bios/s390-ccw/virtio.c | 7 +-
pc-bios/s390-ccw.img | Bin 79608 -> 96000 bytes
tests/functional/meson.build | 2 +
.../test_x86_64_kvm_xen.py} | 89 ++++++++++++---------
11 files changed, 128 insertions(+), 77 deletions(-)
rename tests/{avocado/kvm_xen_guest.py => functional/test_x86_64_kvm_xen.py} (61%)
mode change 100644 => 100755
next reply other threads:[~2025-01-22 8:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-22 8:01 Thomas Huth [this message]
2025-01-22 8:01 ` [PULL v2 1/9] tests/functional: Convert the kvm_xen_guest avocado test Thomas Huth
2025-01-22 16:30 ` [PULL v2 0/9] s390x and test patches 2025-01-21 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=20250122080151.1400422-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).