mbox

[PULL,0/5] misc ci fixes

Message ID 20230607154054.625513-1-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-ci-20230607

Message

Richard Henderson June 7, 2023, 3:40 p.m. UTC
The following changes since commit f5e6786de4815751b0a3d2235c760361f228ea48:

  Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-06-06 12:11:34 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-ci-20230607

for you to fetch changes up to dcc28ab603f30df5cc8be1f759b423e94ae7d10f:

  iotests: fix 194: filter out racy postcopy-active event (2023-06-07 08:36:55 -0700)

----------------------------------------------------------------
Fix TCI regressions vs Int128
Fix Arm build vs --disable-tcg
Fix iotest 194.

----------------------------------------------------------------
Richard Henderson (4):
      tcg/tci: Adjust passing of MemOpIdx
      tcg/tci: Adjust call-clobbered regs for int128_t
      target/arm: Only include tcg/oversized-guest.h if CONFIG_TCG
      gitlab: Add cross-arm64-kvm-only

Vladimir Sementsov-Ogievskiy (1):
      iotests: fix 194: filter out racy postcopy-active event

 target/arm/ptw.c             |  5 +++--
 tcg/tci.c                    | 30 +++++++++++++-----------------
 tcg/tci/tcg-target.c.inc     | 30 +++++++++---------------------
 .gitlab-ci.d/crossbuilds.yml |  8 ++++++++
 tests/qemu-iotests/194       |  5 +++++
 tests/qemu-iotests/194.out   |  1 -
 6 files changed, 38 insertions(+), 41 deletions(-)

Comments

Richard Henderson June 7, 2023, 5:03 p.m. UTC | #1
On 6/7/23 08:40, Richard Henderson wrote:
> The following changes since commit f5e6786de4815751b0a3d2235c760361f228ea48:
> 
>    Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-06-06 12:11:34 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-ci-20230607
> 
> for you to fetch changes up to dcc28ab603f30df5cc8be1f759b423e94ae7d10f:
> 
>    iotests: fix 194: filter out racy postcopy-active event (2023-06-07 08:36:55 -0700)
> 
> ----------------------------------------------------------------
> Fix TCI regressions vs Int128
> Fix Arm build vs --disable-tcg
> Fix iotest 194.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~