mbox

[PULL,v2,0/2] X86 queue, 2015-07-07

Message ID 1436280424-5490-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 July 7, 2015, 2:47 p.m. UTC
The following changes since commit 1452673888f6d7f0454276d049846c9bec659233:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' into staging (2015-07-07 09:22:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 06ef227e5158cca6710e6c268d6a7f65a5e2811b:

  target-i386: avoid overflow in the tsc-frequency property (2015-07-07 10:47:16 -0300)

----------------------------------------------------------------
X86 queue, 2015-07-07

Patch "target-i386: emulate CPUID level of real hardware" was removed after the
2015-07-03 pull request.

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

Jan Kiszka (1):
  i386: Introduce ARAT CPU feature

Paolo Bonzini (1):
  target-i386: avoid overflow in the tsc-frequency property

 include/hw/i386/pc.h |  7 ++++++-
 target-i386/cpu.c    | 33 ++++++++++++++++++++++++++++++++-
 target-i386/cpu.h    |  5 ++++-
 target-i386/kvm.c    |  2 ++
 4 files changed, 44 insertions(+), 3 deletions(-)

Comments

Peter Maydell July 7, 2015, 8:15 p.m. UTC | #1
On 7 July 2015 at 15:47, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 1452673888f6d7f0454276d049846c9bec659233:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' into staging (2015-07-07 09:22:40 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to 06ef227e5158cca6710e6c268d6a7f65a5e2811b:
>
>   target-i386: avoid overflow in the tsc-frequency property (2015-07-07 10:47:16 -0300)
>
> ----------------------------------------------------------------
> X86 queue, 2015-07-07
>
> Patch "target-i386: emulate CPUID level of real hardware" was removed after the
> 2015-07-03 pull request.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM