mbox

[PULL,0/1] x86 queue for 4.1

Message ID 20190729160959.24364-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost July 29, 2019, 4:09 p.m. UTC
The following changes since commit 893dc8300c80e3dc32f31e968cf7aa0904da50c3:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2019-07-29 12:04:53 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ff656fcd338a70c4d9783a800733c4ab3806e5b0:

  i386: Fix Snowridge CPU model name and features (2019-07-29 13:08:02 -0300)

----------------------------------------------------------------
x86 queue for 4.1

* Rename and fix SnowRidge CPU model (Paul Lai)

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

Paul Lai (1):
  i386: Fix Snowridge CPU model name and features

 target/i386/cpu.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Peter Maydell July 29, 2019, 4:57 p.m. UTC | #1
On Mon, 29 Jul 2019 at 17:10, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 893dc8300c80e3dc32f31e968cf7aa0904da50c3:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2019-07-29 12:04:53 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to ff656fcd338a70c4d9783a800733c4ab3806e5b0:
>
>   i386: Fix Snowridge CPU model name and features (2019-07-29 13:08:02 -0300)
>
> ----------------------------------------------------------------
> x86 queue for 4.1
>
> * Rename and fix SnowRidge CPU model (Paul Lai)
>
> ----------------------------------------------------------------
>
> Paul Lai (1):
>   i386: Fix Snowridge CPU model name and features
>
>  target/i386/cpu.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> --
> 2.18.0.rc1.1.g3f1ff2140


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM