[PULL 0/2] target/i386 fixes for QEMU 9.1

Paolo Bonzini posted 2 patches 3 months, 2 weeks ago
target/i386/sev.c                |  2 +-
target/i386/tcg/translate.c      | 20 ++++++++++----------
target/i386/tcg/decode-new.c.inc |  3 ++-
3 files changed, 13 insertions(+), 12 deletions(-)
[PULL 0/2] target/i386 fixes for QEMU 9.1
Posted by Paolo Bonzini 3 months, 2 weeks ago
The following changes since commit c4d242501a61093a8b80ee8f6dd071c5110a100c:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-08-02 15:53:54 +1000)

are available in the Git repository at:

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

for you to fetch changes up to ac63755b20013ec6a3d2aef4538d37dc90bc3d10:

  target/i386: Fix VSIB decode (2024-08-05 14:14:47 +0200)

----------------------------------------------------------------
* target/i386: SEV: fix incorrect property name
* target/i386: tcg: fix VSIB decode with XMM/YMM{4,12}

----------------------------------------------------------------
Paolo Bonzini (1):
      target/i386: SEV: fix mismatch in vcek-disabled property name

Richard Henderson (1):
      target/i386: Fix VSIB decode

 target/i386/sev.c                |  2 +-
 target/i386/tcg/translate.c      | 20 ++++++++++----------
 target/i386/tcg/decode-new.c.inc |  3 ++-
 3 files changed, 13 insertions(+), 12 deletions(-)
-- 
2.45.2
Re: [PULL 0/2] target/i386 fixes for QEMU 9.1
Posted by Richard Henderson 3 months, 2 weeks ago
On 8/5/24 22:16, Paolo Bonzini wrote:
> The following changes since commit c4d242501a61093a8b80ee8f6dd071c5110a100c:
> 
>    Merge tag 'net-pull-request' ofhttps://github.com/jasowang/qemu into staging (2024-08-02 15:53:54 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to ac63755b20013ec6a3d2aef4538d37dc90bc3d10:
> 
>    target/i386: Fix VSIB decode (2024-08-05 14:14:47 +0200)
> 
> ----------------------------------------------------------------
> * target/i386: SEV: fix incorrect property name
> * target/i386: tcg: fix VSIB decode with XMM/YMM{4,12}


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

r~