[PULL 0/8] s390x, qtest and misc patches for QEMU 8.1 rc1

Thomas Huth posted 8 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230718093040.172145-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Laurent Vivier <laurent@vivier.eu>, Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <quic_llindhol@quicinc.com>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>, Cleber Rosa <crosa@redhat.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Ed Maste <emaste@freebsd.org>, Li-Wen Hsu <lwhsu@freebsd.org>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
docs/devel/testing.rst                   |  5 +++
include/elf.h                            | 66 +++++++++++++++++++--------
linux-user/elfload.c                     | 41 +++++++++--------
tests/qtest/migration-test.c             |  2 +-
hw/intc/Kconfig                          |  1 -
hw/s390x/Kconfig                         |  1 +
tests/avocado/machine_aarch64_sbsaref.py |  2 +-
tests/lcitool/refresh                    | 11 +++++
tests/vm/basevm.py                       | 11 +++++
tests/vm/freebsd                         | 42 +----------------
tests/vm/generated/README                |  5 +++
tests/vm/generated/freebsd.json          | 77 ++++++++++++++++++++++++++++++++
12 files changed, 183 insertions(+), 81 deletions(-)
create mode 100644 tests/vm/generated/README
create mode 100644 tests/vm/generated/freebsd.json
[PULL 0/8] s390x, qtest and misc patches for QEMU 8.1 rc1
Posted by Thomas Huth 9 months, 2 weeks ago
The following changes since commit 361d5397355276e3007825cc17217c1e4d4320f7:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-17 15:49:27 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-07-18

for you to fetch changes up to a5754847e0fc2bc08a414dd381803009e8bca390:

  tests/avocado: Disable the test_sbsaref_edk2_firmware by default (2023-07-18 11:22:51 +0200)

----------------------------------------------------------------
* Fix s390x KVM guests when compiling with --without-default-devices
* Fix /proc/cpuinfo features list in s390x linux-user emulation
* Generate FreeBSD VM package list via lcitool
* Disable the flaky test_sbsaref_edk2_firmware avocado test by default

----------------------------------------------------------------
Cédric Le Goater (1):
      s390x: Fix QEMU abort by selecting S390_FLIC_KVM

Fabiano Rosas (1):
      tests/qtest: Fix typo in multifd cancel test

Ilya Leoshkevich (1):
      linux-user/elfload: Fix /proc/cpuinfo features: on s390x

Philippe Mathieu-Daudé (4):
      tests/lcitool: Generate distribution packages list in JSON format
      tests/lcitool: Refresh generated files
      tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper
      tests/vm/freebsd: Get up-to-date package list from lcitool vars file

Thomas Huth (1):
      tests/avocado: Disable the test_sbsaref_edk2_firmware by default

 docs/devel/testing.rst                   |  5 +++
 include/elf.h                            | 66 +++++++++++++++++++--------
 linux-user/elfload.c                     | 41 +++++++++--------
 tests/qtest/migration-test.c             |  2 +-
 hw/intc/Kconfig                          |  1 -
 hw/s390x/Kconfig                         |  1 +
 tests/avocado/machine_aarch64_sbsaref.py |  2 +-
 tests/lcitool/refresh                    | 11 +++++
 tests/vm/basevm.py                       | 11 +++++
 tests/vm/freebsd                         | 42 +----------------
 tests/vm/generated/README                |  5 +++
 tests/vm/generated/freebsd.json          | 77 ++++++++++++++++++++++++++++++++
 12 files changed, 183 insertions(+), 81 deletions(-)
 create mode 100644 tests/vm/generated/README
 create mode 100644 tests/vm/generated/freebsd.json


Re: [PULL 0/8] s390x, qtest and misc patches for QEMU 8.1 rc1
Posted by Peter Maydell 9 months, 2 weeks ago
On Tue, 18 Jul 2023 at 10:31, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit 361d5397355276e3007825cc17217c1e4d4320f7:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-17 15:49:27 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2023-07-18
>
> for you to fetch changes up to a5754847e0fc2bc08a414dd381803009e8bca390:
>
>   tests/avocado: Disable the test_sbsaref_edk2_firmware by default (2023-07-18 11:22:51 +0200)
>
> ----------------------------------------------------------------
> * Fix s390x KVM guests when compiling with --without-default-devices
> * Fix /proc/cpuinfo features list in s390x linux-user emulation
> * Generate FreeBSD VM package list via lcitool
> * Disable the flaky test_sbsaref_edk2_firmware avocado test by default
>



Applied to target-arm.next, thanks.

-- PMM
Re: [PULL 0/8] s390x, qtest and misc patches for QEMU 8.1 rc1
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
On 19/7/23 14:40, Peter Maydell wrote:
> On Tue, 18 Jul 2023 at 10:31, Thomas Huth <thuth@redhat.com> wrote:
>>
>> The following changes since commit 361d5397355276e3007825cc17217c1e4d4320f7:
>>
>>    Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-17 15:49:27 +0100)
>>
>> are available in the Git repository at:
>>
>>    https://gitlab.com/thuth/qemu.git tags/pull-request-2023-07-18
>>
>> for you to fetch changes up to a5754847e0fc2bc08a414dd381803009e8bca390:
>>
>>    tests/avocado: Disable the test_sbsaref_edk2_firmware by default (2023-07-18 11:22:51 +0200)
>>
>> ----------------------------------------------------------------
>> * Fix s390x KVM guests when compiling with --without-default-devices
>> * Fix /proc/cpuinfo features list in s390x linux-user emulation
>> * Generate FreeBSD VM package list via lcitool
>> * Disable the flaky test_sbsaref_edk2_firmware avocado test by default
>>
> 
> 
> 
> Applied to target-arm.next, thanks.

s/target-arm.next/master/ ;)