mbox

[PULL,v2,00/13] Final tests, s390x and misc updates before the soft freeze

Message ID 20230307134631.571908-1-thuth@redhat.com
State New
Headers show

Pull-request

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

Message

Thomas Huth March 7, 2023, 1:46 p.m. UTC
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(-)

Comments

Thomas Huth March 8, 2023, 8:04 a.m. UTC | #1
On 07/03/2023 14.46, Thomas Huth wrote:
>   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)

FYI: I just repushed the tag to fix a typo in the arm 32-bit host 
deprecation patch ("continuous" -> "continues", thanks to everybody who 
spotted it, and sorry for missing to fix it earlier).

New commit id is now e3b27e7985d57ce22fe0e308a27615acb07a1724 .

I hope that's still ok, please let me know if I should send a v3 instead.

  Thomas
Peter Maydell March 9, 2023, 4:52 p.m. UTC | #2
On Wed, 8 Mar 2023 at 08:04, Thomas Huth <thuth@redhat.com> wrote:
>
> On 07/03/2023 14.46, Thomas Huth wrote:
> >   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)
>
> FYI: I just repushed the tag to fix a typo in the arm 32-bit host
> deprecation patch ("continuous" -> "continues", thanks to everybody who
> spotted it, and sorry for missing to fix it earlier).
>
> New commit id is now e3b27e7985d57ce22fe0e308a27615acb07a1724 .
>
> I hope that's still ok, please let me know if I should send a v3 instead.


Applied, thanks.

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

-- PMM