mbox

[PULL,0/2] X86 queue 2015-03-19

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

Pull-request

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

Message

Eduardo Habkost March 19, 2015, 7:40 p.m. UTC
The following changes since commit 3e5f6234b4f45a11b7c357dde2d6da36641bc6f6:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-03-19 17:47:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to a356850b80b3d13b2ef737dad2acb05e6da03753:

  target-i386: Haswell-noTSX and Broadwell-noTSX (2015-03-19 16:35:14 -0300)

----------------------------------------------------------------
X86 queue 2015-03-19

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

Eduardo Habkost (2):
  Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"
  target-i386: Haswell-noTSX and Broadwell-noTSX

 hw/i386/pc_piix.c |  4 ---
 hw/i386/pc_q35.c  |  4 ---
 target-i386/cpu.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 72 insertions(+), 10 deletions(-)

Comments

Peter Maydell March 20, 2015, 1:18 p.m. UTC | #1
On 19 March 2015 at 19:40, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 3e5f6234b4f45a11b7c357dde2d6da36641bc6f6:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-03-19 17:47:08 +0000)
>
> are available in the git repository at:
>
>   https://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to a356850b80b3d13b2ef737dad2acb05e6da03753:
>
>   target-i386: Haswell-noTSX and Broadwell-noTSX (2015-03-19 16:35:14 -0300)
>
> ----------------------------------------------------------------
> X86 queue 2015-03-19
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM