All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] s390x and qtest patches
@ 2023-08-31 19:17 Thomas Huth
  2023-08-31 19:17 ` [PULL 1/7] target/s390x: Define TARGET_HAS_PRECISE_SMC Thomas Huth
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Thomas Huth @ 2023-08-31 19:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

The following changes since commit 17780edd81d27fcfdb7a802efc870a99788bd2fc:

  Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into staging (2023-08-31 10:06:29 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-08-31

for you to fetch changes up to 03b8a71e8459c9dfdafdb6fde673827eb17a89a2:

  meson: test for CONFIG_TCG in config_all (2023-08-31 19:10:02 +0200)

----------------------------------------------------------------
* Use precise selfmodifying code mode on s390x TCG
* Check for availablility of more devices in qtests before using them
* Some other minor qtest fixes

----------------------------------------------------------------
Ilya Leoshkevich (2):
      target/s390x: Define TARGET_HAS_PRECISE_SMC
      tests/tcg/s390x: Test precise self-modifying code handling

Paolo Bonzini (1):
      meson: test for CONFIG_TCG in config_all

Peter Maydell (1):
      tests/qtest/netdev-socket: Avoid variable-length array in inet_get_free_port_multiple()

Thomas Huth (3):
      tests/qtest/usb-hcd-xhci-test: Check availability of devices before using them
      tests/qtest/bios-tables-test: Check for virtio-iommu device before using it
      subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings

 target/s390x/cpu.h                      |  2 ++
 tests/qtest/bios-tables-test.c          |  8 +++--
 tests/qtest/netdev-socket.c             |  2 +-
 tests/qtest/usb-hcd-xhci-test.c         |  8 +++--
 tests/tcg/s390x/precise-smc-user.c      | 39 ++++++++++++++++++++
 subprojects/berkeley-testfloat-3.wrap   |  2 +-
 tests/qtest/meson.build                 |  4 +--
 tests/tcg/s390x/Makefile.softmmu-target |  1 +
 tests/tcg/s390x/Makefile.target         |  1 +
 tests/tcg/s390x/precise-smc-softmmu.S   | 63 +++++++++++++++++++++++++++++++++
 10 files changed, 122 insertions(+), 8 deletions(-)
 create mode 100644 tests/tcg/s390x/precise-smc-user.c
 create mode 100644 tests/tcg/s390x/precise-smc-softmmu.S



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-05 15:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 19:17 [PULL 0/7] s390x and qtest patches Thomas Huth
2023-08-31 19:17 ` [PULL 1/7] target/s390x: Define TARGET_HAS_PRECISE_SMC Thomas Huth
2023-08-31 19:17 ` [PULL 2/7] tests/tcg/s390x: Test precise self-modifying code handling Thomas Huth
2023-08-31 19:17 ` [PULL 3/7] tests/qtest/usb-hcd-xhci-test: Check availability of devices before using them Thomas Huth
2023-08-31 19:17 ` [PULL 4/7] tests/qtest/netdev-socket: Avoid variable-length array in inet_get_free_port_multiple() Thomas Huth
2023-08-31 19:17 ` [PULL 5/7] tests/qtest/bios-tables-test: Check for virtio-iommu device before using it Thomas Huth
2023-08-31 19:17 ` [PULL 6/7] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings Thomas Huth
2023-08-31 19:17 ` [PULL 7/7] meson: test for CONFIG_TCG in config_all Thomas Huth
2023-09-05 15:08 ` [PULL 0/7] s390x and qtest patches Stefan Hajnoczi

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.