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

Paolo Bonzini posted 2 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230804200715.430592-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
.gitlab-ci.d/cirrus/kvm-build.yml |  2 +-
target/i386/tcg/decode-new.c.inc  | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
[PULL 0/2] Fixes for x86 TCG and CirrusCI
Posted by Paolo Bonzini 9 months ago
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(-)
-- 
2.41.0
Re: [PULL 0/2] Fixes for x86 TCG and CirrusCI
Posted by Richard Henderson 9 months ago
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~