mbox

[PULL,0/2] Fixes for x86 TCG and CirrusCI

Message ID 20230804200715.430592-1-pbonzini@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini Aug. 4, 2023, 8:07 p.m. UTC
The following changes since commit c26d005e62f4fd177dae0cd70c24cb96761edebc:

  Merge tag 'hppa-linux-user-speedup-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2023-08-03 18:49:45 -0700)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to d9ab1f1f4d79683b2db00b0995fa65530c535972:

  ci: install meson in CirrusCI KVM build environment (2023-08-04 13:56:17 +0200)

----------------------------------------------------------------
* fix VM build jobs on CirrusCI
* fix MMX instructions clobbering x87 state before raising #NM

----------------------------------------------------------------
Matt Borgerson (1):
      target/i386: Check CR0.TS before enter_mmx

Paolo Bonzini (1):
      ci: install meson in CirrusCI KVM build environment

 .gitlab-ci.d/cirrus/kvm-build.yml |  2 +-
 target/i386/tcg/decode-new.c.inc  | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

Comments

Richard Henderson Aug. 5, 2023, 5:42 p.m. UTC | #1
On 8/4/23 13:07, Paolo Bonzini wrote:
> The following changes since commit c26d005e62f4fd177dae0cd70c24cb96761edebc:
> 
>    Merge tag 'hppa-linux-user-speedup-pull-request' ofhttps://github.com/hdeller/qemu-hppa  into staging (2023-08-03 18:49:45 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git  tags/for-upstream
> 
> for you to fetch changes up to d9ab1f1f4d79683b2db00b0995fa65530c535972:
> 
>    ci: install meson in CirrusCI KVM build environment (2023-08-04 13:56:17 +0200)
> 
> ----------------------------------------------------------------
> * fix VM build jobs on CirrusCI
> * fix MMX instructions clobbering x87 state before raising #NM

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


r~