mbox

[PULL,0/5] X86 queue, 2015-11-05

Message ID 1446752231-3715-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost Nov. 5, 2015, 7:37 p.m. UTC
The following changes since commit 496c1b19facc7b850fa0c09899fcc07a0702fbfd:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-11-05 14:31:24 +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 f7fda280948a5e74aeb076ef346b991ecb173c56:

  target-i386: Enable clflushopt/clwb/pcommit instructions (2015-11-05 17:35:04 -0200)

----------------------------------------------------------------
X86 queue, 2015-11-05

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

Eduardo Habkost (4):
  target-i386: Set "check=off" by default on pc-*-2.4 and older
  target-i386: Remove SSE4a from qemu64 CPU model
  target-i386: Remove ABM from qemu64 CPU model
  target-i386: Remove POPCNT from qemu64 and qemu32 CPU models

Xiao Guangrong (1):
  target-i386: Enable clflushopt/clwb/pcommit instructions

 include/hw/i386/pc.h | 25 +++++++++++++++++++++++++
 target-i386/cpu.c    | 11 +++++------
 target-i386/cpu.h    |  3 +++
 3 files changed, 33 insertions(+), 6 deletions(-)

Comments

Peter Maydell Nov. 6, 2015, 11:03 a.m. UTC | #1
On 5 November 2015 at 19:37, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 496c1b19facc7b850fa0c09899fcc07a0702fbfd:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-11-05 14:31:24 +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 f7fda280948a5e74aeb076ef346b991ecb173c56:
>
>   target-i386: Enable clflushopt/clwb/pcommit instructions (2015-11-05 17:35:04 -0200)
>
> ----------------------------------------------------------------
> X86 queue, 2015-11-05
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (4):
>   target-i386: Set "check=off" by default on pc-*-2.4 and older
>   target-i386: Remove SSE4a from qemu64 CPU model
>   target-i386: Remove ABM from qemu64 CPU model
>   target-i386: Remove POPCNT from qemu64 and qemu32 CPU models
>
> Xiao Guangrong (1):
>   target-i386: Enable clflushopt/clwb/pcommit instructions

Applied, thanks.

-- PMM