[PULL 00/12] qtest and s390x patches

Thomas Huth posted 12 patches 1 year, 5 months ago
Failed in applying to current master (apply log)
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>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
include/hw/s390x/s390-virtio-ccw.h |   1 +
hw/s390x/css.c                     |  51 +++++++++++++-
hw/s390x/s390-pci-inst.c           |  29 ++++++--
hw/s390x/s390-virtio-ccw.c         | 138 ++++++++++++++++++++++---------------
tests/qtest/e1000e-test.c          |  66 +++---------------
tests/qtest/libqos/e1000e.c        |  17 ++---
tests/qtest/migration-test.c       |  18 +----
.gitlab-ci.d/buildtest.yml         |   1 +
8 files changed, 176 insertions(+), 145 deletions(-)
[PULL 00/12] qtest and s390x patches
Posted by Thomas Huth 1 year, 5 months ago
 Hi Stefan!

The following changes since commit 6295a58ad1b73985b9c32d184de7d2ed1fbe1774:

  Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-11-04 11:01:17 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-11-06

for you to fetch changes up to 6393b29966fce3c0e47746a9646ae439e7fd0728:

  s390x/cpu topology: add max_threads machine class attribute (2022-11-06 12:38:57 +0100)

----------------------------------------------------------------
* e1000e qtest improvements
* Allow TLS PSK tests on win32
* Increase the timeout of the clang-user CI job
* Some s390x fixes for QEMU 7.2

----------------------------------------------------------------
Akihiko Odaki (5):
      tests/qtest/libqos/e1000e: Refer common PCI ID definitions
      tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU
      tests/qtest/e1000e-test: Use e1000_regs.h
      tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000
      tests/qtest/libqos/e1000e: Use IVAR shift definitions

Bin Meng (1):
      tests/qtest: migration-test: Enable TLS PSK tests for win32

Matthew Rosato (1):
      s390x/pci: RPCIT second pass when mappings exhausted

Peter Jin (1):
      s390x/css: revert SCSW ctrl/flag bits on error

Pierre Morel (2):
      s390x: Register TYPE_S390_CCW_MACHINE properties as class properties
      s390x/cpu topology: add max_threads machine class attribute

Stefan Hajnoczi (1):
      gitlab-ci: increase clang-user timeout

Stefan Weil (1):
      tests/qtest: Fix two format strings

 include/hw/s390x/s390-virtio-ccw.h |   1 +
 hw/s390x/css.c                     |  51 +++++++++++++-
 hw/s390x/s390-pci-inst.c           |  29 ++++++--
 hw/s390x/s390-virtio-ccw.c         | 138 ++++++++++++++++++++++---------------
 tests/qtest/e1000e-test.c          |  66 +++---------------
 tests/qtest/libqos/e1000e.c        |  17 ++---
 tests/qtest/migration-test.c       |  18 +----
 .gitlab-ci.d/buildtest.yml         |   1 +
 8 files changed, 176 insertions(+), 145 deletions(-)
Re: [PULL 00/12] qtest and s390x patches
Posted by Stefan Hajnoczi 1 year, 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.