qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] s390x and misc patches
@ 2024-05-10  6:39 Thomas Huth
  2024-05-10  6:39 ` [PULL 1/8] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility Thomas Huth
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas Huth @ 2024-05-10  6:39 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson

The following changes since commit 36fa7c686e9eac490002ffc439c4affaa352c17c:

  gitlab: Update msys2-64bit runner tags (2024-05-09 05:46:21 +0200)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-05-10

for you to fetch changes up to 0d497106a71a3b17b0228cb87922ef794296cb24:

  tests/qtest: Add some test cases support on LoongArch (2024-05-10 08:34:29 +0200)

----------------------------------------------------------------
* Attach s390x sclpconsole to a proper parent in the QOM tree
* SCLP related clean-ups
* Report deprecated-props in cpu-model-expansion reply on s390x
* Deprecate "-runas" and introduce "-run-with user=..." instead
* Add some more qtest cases on LoongArch

NB: I'm seeing test failures with "tsan-build" job in my CI, but
    they also occur on the master branch in my repository, so
    I assume they are not related to the patches in this PR.

----------------------------------------------------------------
Bibo Mao (1):
      tests/qtest: Add some test cases support on LoongArch

Collin L. Walling (2):
      target/s390x: report deprecated-props in cpu-model-expansion reply
      target/s390x: flag te and cte as deprecated

Cédric Le Goater (3):
      s390x: Introduce a SCLPDevice pointer under the machine
      s390x/event-facility: Simplify sclp_get_event_facility_bus()
      s390x/sclp: Simplify get_sclp_device()

Thomas Huth (2):
      hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
      qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead

 docs/about/deprecated.rst          |  6 ++++++
 qapi/machine-target.json           |  7 ++++++-
 include/hw/s390x/event-facility.h  |  2 +-
 include/hw/s390x/s390-virtio-ccw.h |  3 +++
 include/hw/s390x/sclp.h            |  2 --
 target/s390x/cpu_features.h        |  1 +
 hw/s390x/event-facility.c          | 13 ++-----------
 hw/s390x/s390-virtio-ccw.c         | 18 +++++++++++++-----
 hw/s390x/sclp.c                    | 15 +++------------
 system/vl.c                        | 15 +++++++++++++++
 target/s390x/cpu_features.c        | 17 +++++++++++++++++
 target/s390x/cpu_models_sysemu.c   |  8 ++++++++
 tests/qtest/boot-serial-test.c     | 10 ++++++++++
 qemu-options.hx                    | 15 +++++++++++----
 tests/qtest/meson.build            |  3 +++
 15 files changed, 99 insertions(+), 36 deletions(-)



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

end of thread, other threads:[~2024-05-10  9:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10  6:39 [PULL 0/8] s390x and misc patches Thomas Huth
2024-05-10  6:39 ` [PULL 1/8] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility Thomas Huth
2024-05-10  6:39 ` [PULL 2/8] s390x: Introduce a SCLPDevice pointer under the machine Thomas Huth
2024-05-10  6:39 ` [PULL 3/8] s390x/event-facility: Simplify sclp_get_event_facility_bus() Thomas Huth
2024-05-10  6:39 ` [PULL 4/8] s390x/sclp: Simplify get_sclp_device() Thomas Huth
2024-05-10  6:39 ` [PULL 5/8] target/s390x: report deprecated-props in cpu-model-expansion reply Thomas Huth
2024-05-10  6:39 ` [PULL 6/8] target/s390x: flag te and cte as deprecated Thomas Huth
2024-05-10  6:40 ` [PULL 7/8] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead Thomas Huth
2024-05-10  6:40 ` [PULL 8/8] tests/qtest: Add some test cases support on LoongArch Thomas Huth
2024-05-10  9:17 ` [PULL 0/8] s390x and misc patches Richard Henderson

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).