mbox

[PULL,0/1] X86 fix for 2.6.0-rc3

Message ID 1461006258-1696-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 April 18, 2016, 7:04 p.m. UTC
Last-minute fix. Still in time for -rc3, I hope.

The following changes since commit 92b674b62a1aec734280c9019cfb3b3745044b66:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging (2016-04-18 17:42: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 9997cf7bdac056aeed246613639675c5a9f8fdc2:

  target-i386: Set AMD alias bits after filtering CPUID data (2016-04-18 15:49:17 -0300)

----------------------------------------------------------------
X86 fix for 2.6.0-rc3

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

Eduardo Habkost (1):
  target-i386: Set AMD alias bits after filtering CPUID data

 target-i386/cpu.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 19, 2016, 9:39 a.m. UTC | #1
On 18 April 2016 at 20:04, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Last-minute fix. Still in time for -rc3, I hope.
>
> The following changes since commit 92b674b62a1aec734280c9019cfb3b3745044b66:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging (2016-04-18 17:42: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 9997cf7bdac056aeed246613639675c5a9f8fdc2:
>
>   target-i386: Set AMD alias bits after filtering CPUID data (2016-04-18 15:49:17 -0300)
>
> ----------------------------------------------------------------
> X86 fix for 2.6.0-rc3
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM