qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL v2 00/13] Final tests, s390x and misc updates before the soft freeze
Date: Tue,  7 Mar 2023 14:46:31 +0100	[thread overview]
Message-ID: <20230307134631.571908-1-thuth@redhat.com> (raw)

 Hi Peter!

The following changes since commit c29a2f40cd5d1fdad4632b48343cd968db041a44:

  Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-03-07 09:58:43 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 7687cd2b99454bd289c8854eec2653cb855cad67:

  pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix (2023-03-07 14:30:43 +0100)

----------------------------------------------------------------
* Refine the distro support policy
* Deprecate 32-bit x86 and arm hosts for system emulation
* Check bison version to be >= 3.0
* Compile vnc test only if vnc is really enabled
* Check docs/config/ich9-ehci-uhci.cfg via the readconfig-test
* s390x: Add support for list-directed IPL from ECKD DASD

----------------------------------------------------------------

v2: Dropped the readconfig patches that caused trouble in the CI

Jared Rossi (1):
      pc-bios: Add support for List-Directed IPL from ECKD DASD

Juan Quintela (1):
      test: Check vnc enable before compiling vnc test

Matheus Tavares Bernardino (1):
      Hexagon (meson.build): define min bison version

Thomas Huth (10):
      docs/about/build-platforms: Refine the distro support policy
      include/hw/i386: Clean up includes in x86.h
      docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation
      gitlab-ci.d/crossbuilds: Drop the i386 system emulation job
      docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
      gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs
      tests/qtest/readconfig: Rework test_object_rng_resp into a generic function
      tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg
      docs/config: Set the "kvm" accelerator via "[accel]" section
      pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix

 docs/about/build-platforms.rst       |   3 +-
 docs/about/deprecated.rst            |  20 +++++
 docs/config/mach-virt-graphical.cfg  |   4 +-
 docs/config/mach-virt-serial.cfg     |   4 +-
 docs/config/q35-emulated.cfg         |   2 +
 docs/config/q35-virtio-graphical.cfg |   2 +
 docs/config/q35-virtio-serial.cfg    |   2 +
 configure                            |   1 +
 include/hw/i386/x86.h                |   2 -
 pc-bios/s390-ccw/bootmap.h           |  30 ++++++-
 pc-bios/s390-ccw/bootmap.c           | 157 +++++++++++++++++++++++++++--------
 tests/qtest/readconfig-test.c        |  36 ++++++--
 .gitlab-ci.d/crossbuilds.yml         |  24 ------
 pc-bios/s390-ccw.img                 | Bin 42608 -> 42608 bytes
 target/hexagon/meson.build           |   2 +-
 tests/qtest/meson.build              |  10 ++-
 16 files changed, 219 insertions(+), 80 deletions(-)



             reply	other threads:[~2023-03-07 13:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 13:46 Thomas Huth [this message]
2023-03-08  8:04 ` [PULL v2 00/13] Final tests, s390x and misc updates before the soft freeze Thomas Huth
2023-03-09 16:52   ` Peter Maydell

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=20230307134631.571908-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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).