[Qemu-devel] [PULL 0/2] x86 queue, 2019-01-28

Eduardo Habkost posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190128193834.3823-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <rth@twiddle.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c      |  9 +++++++++
target/i386/cpu.c | 10 +++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] x86 queue, 2019-01-28
Posted by Eduardo Habkost 6 years, 9 months ago
The following changes since commit 5f39a91dbd9a186edb999afd4d17524f4b1da14f:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-01-28 12:54:06 +0000)

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 9fe8b7be17eaac4cfde4083000cc96747d7cf4f8:

  i386: Enable NPT and NRIPSAVE for AMD CPUs (2019-01-28 15:51:54 -0200)

----------------------------------------------------------------
x86 queue, 2019-01-28

Two small CPU model updates:
* Enable NPT and NRIPSAVE on AMD CPUs
* Update stepping of Cascadelake-Server

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

Tao Xu (1):
  i386: Update stepping of Cascadelake-Server

Vitaly Kuznetsov (1):
  i386: Enable NPT and NRIPSAVE for AMD CPUs

 hw/i386/pc.c      |  9 +++++++++
 target/i386/cpu.c | 10 +++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] x86 queue, 2019-01-28
Posted by Peter Maydell 6 years, 9 months ago
On Mon, 28 Jan 2019 at 19:38, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 5f39a91dbd9a186edb999afd4d17524f4b1da14f:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-01-28 12:54:06 +0000)
>
> 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 9fe8b7be17eaac4cfde4083000cc96747d7cf4f8:
>
>   i386: Enable NPT and NRIPSAVE for AMD CPUs (2019-01-28 15:51:54 -0200)
>
> ----------------------------------------------------------------
> x86 queue, 2019-01-28
>
> Two small CPU model updates:
> * Enable NPT and NRIPSAVE on AMD CPUs
> * Update stepping of Cascadelake-Server
>
> ----------------------------------------------------------------
Applied, thanks.

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

-- PMM