mbox series

[PULL,0/4] x86 queue, 2020-09-18

Message ID 20200918202750.10358-1-ehabkost@redhat.com
Headers show
Series x86 queue, 2020-09-18 | expand

Message

Eduardo Habkost Sept. 18, 2020, 8:27 p.m. UTC
The following changes since commit 053a4177817db307ec854356e95b5b350800a216:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +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 31ada106d891f56f54d4234ce58c552bc2e734af:

  i386: Simplify CPUID_8000_001E for AMD (2020-09-18 13:50:31 -0400)

----------------------------------------------------------------
x86 queue, 2020-09-18

Cleanups:
* Correct the meaning of '0xffffffff' value for hv-spinlocks (Vitaly Kuznetsov)
* vmport: Drop superfluous parenthesis (Philippe Mathieu-Daudé)

Fixes:
* Use generic APIC ID encoding code for EPYC (Babu Moger)

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

Babu Moger (2):
  i386: Simplify CPUID_8000_001d for AMD
  i386: Simplify CPUID_8000_001E for AMD

Philippe Mathieu-Daudé (1):
  hw/i386/vmport: Drop superfluous parenthesis around function typedef

Vitaly Kuznetsov (1):
  i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks

 docs/hyperv.txt          |   2 +-
 include/hw/i386/vmport.h |   2 +-
 target/i386/cpu.h        |   4 +-
 target/i386/cpu.c        | 228 +++++++++++----------------------------
 target/i386/kvm.c        |   4 +-
 5 files changed, 68 insertions(+), 172 deletions(-)

Comments

Peter Maydell Sept. 21, 2020, 5:55 p.m. UTC | #1
On Fri, 18 Sep 2020 at 21:28, Eduardo Habkost <ehabkost@redhat.com> wrote:
>

> The following changes since commit 053a4177817db307ec854356e95b5b350800a216:

>

>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +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 31ada106d891f56f54d4234ce58c552bc2e734af:

>

>   i386: Simplify CPUID_8000_001E for AMD (2020-09-18 13:50:31 -0400)

>

> ----------------------------------------------------------------

> x86 queue, 2020-09-18

>

> Cleanups:

> * Correct the meaning of '0xffffffff' value for hv-spinlocks (Vitaly Kuznetsov)

> * vmport: Drop superfluous parenthesis (Philippe Mathieu-Daudé)

>

> Fixes:

> * Use generic APIC ID encoding code for EPYC (Babu Moger)

>

> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM