mbox

[PULL,0/2] x86 queue, 2021-08-25

Message ID 20210825195438.914387-1-ehabkost@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request

Message

Eduardo Habkost Aug. 25, 2021, 7:54 p.m. UTC
The following changes since commit d42685765653ec155fdf60910662f8830bdb2cef:

  Open 6.2 development tree (2021-08-25 10:25:12 +0100)

are available in the Git repository at:

  https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to f429dbf8fc526a9cacf531176b28d0c65701475a:

  i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model (2021-08-25 12:36:49 -0400)

----------------------------------------------------------------
x86 queue, 2021-08-25

Bug fixes:
* Remove split lock detect in Snowridge CPU model (Chenyi Qiang)
* Remove AVX_VNNI feature from Cooperlake cpu model (Yang Zhong)

----------------------------------------------------------------

Chenyi Qiang (1):
  target/i386: Remove split lock detect in Snowridge CPU model

Yang Zhong (1):
  i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model

 target/i386/cpu.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

Peter Maydell Aug. 26, 2021, 12:41 p.m. UTC | #1
On Wed, 25 Aug 2021 at 20:54, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit d42685765653ec155fdf60910662f8830bdb2cef:
>
>   Open 6.2 development tree (2021-08-25 10:25:12 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to f429dbf8fc526a9cacf531176b28d0c65701475a:
>
>   i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model (2021-08-25 12:36:49 -0400)
>
> ----------------------------------------------------------------
> x86 queue, 2021-08-25
>
> Bug fixes:
> * Remove split lock detect in Snowridge CPU model (Chenyi Qiang)
> * Remove AVX_VNNI feature from Cooperlake cpu model (Yang Zhong)
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM