[Qemu-devel] [PULL 0/3] x86: Haswell TSX blacklist fix for 2.9

Eduardo Habkost posted 3 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170310184552.1481-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
include/hw/i386/pc.h |  5 +++++
target/i386/cpu.h    |  1 +
target/i386/cpu.c    | 21 ++++++++++++++++++++-
target/i386/kvm.c    | 17 +++++++++++++++++
4 files changed, 43 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/3] x86: Haswell TSX blacklist fix for 2.9
Posted by Eduardo Habkost 8 years, 8 months ago
The following changes since commit dd4d2578215cd380f40a38028a9904e15b135ef3:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170309-1' into staging (2017-03-09 13:16:05 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to ec56a4a7b07e2943f49da273a31e3195083b1f2e:

  i386: Change stepping of Haswell to non-blacklisted value (2017-03-10 15:01:09 -0300)

----------------------------------------------------------------
x86: Haswell TSX blacklist fix for 2.9

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

Eduardo Habkost (3):
  i386: host_vendor_fms() helper function
  i386/kvm: Blacklist TSX on known broken hosts
  i386: Change stepping of Haswell to non-blacklisted value

 include/hw/i386/pc.h |  5 +++++
 target/i386/cpu.h    |  1 +
 target/i386/cpu.c    | 21 ++++++++++++++++++++-
 target/i386/kvm.c    | 17 +++++++++++++++++
 4 files changed, 43 insertions(+), 1 deletion(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/3] x86: Haswell TSX blacklist fix for 2.9
Posted by Peter Maydell 8 years, 7 months ago
On 10 March 2017 at 19:45, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit dd4d2578215cd380f40a38028a9904e15b135ef3:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170309-1' into staging (2017-03-09 13:16:05 +0000)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to ec56a4a7b07e2943f49da273a31e3195083b1f2e:
>
>   i386: Change stepping of Haswell to non-blacklisted value (2017-03-10 15:01:09 -0300)
>
> ----------------------------------------------------------------
> x86: Haswell TSX blacklist fix for 2.9
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM