mbox

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

Message ID 1436992041-32767-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 15, 2015, 8:27 p.m. UTC
The following changes since commit 7692401a0826803522cfde533bdcc149932ddc6a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150715' into staging (2015-07-15 17:28:59 +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 3046bb5debc8153a542acb1df93b2a1a85527a15:

  target-i386: emulate CPUID level of real hardware (2015-07-15 17:05:59 -0300)

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

Two bug fixes:
* Memory leak due to extra g_strdup() when registering X86CPU alias properties
* Fix CPUID levels so that W10 insider can run as guest OS

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

Eduardo Habkost (1):
  target-i386: Don't strdup() alias property name

Radim Krčmář (1):
  target-i386: emulate CPUID level of real hardware

 include/hw/i386/pc.h | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 target-i386/cpu.c    | 39 +++++++++++++++---------------
 2 files changed, 87 insertions(+), 20 deletions(-)

Comments

Peter Maydell July 16, 2015, 9:40 a.m. UTC | #1
On 15 July 2015 at 21:27, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 7692401a0826803522cfde533bdcc149932ddc6a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150715' into staging (2015-07-15 17:28:59 +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 3046bb5debc8153a542acb1df93b2a1a85527a15:
>
>   target-i386: emulate CPUID level of real hardware (2015-07-15 17:05:59 -0300)
>
> ----------------------------------------------------------------
> X86 queue, 2015-07-15
>
> Two bug fixes:
> * Memory leak due to extra g_strdup() when registering X86CPU alias properties
> * Fix CPUID levels so that W10 insider can run as guest OS

Applied, thanks.

-- PMM