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

Eduardo Habkost posted 4 patches 3 years, 6 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200918202750.10358-1-ehabkost@redhat.com
Maintainers: Marcelo Tosatti <mtosatti@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PULL 0/4] x86 queue, 2020-09-18
Posted by Eduardo Habkost 3 years, 6 months ago
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(-)

-- 
2.26.2


Re: [PULL 0/4] x86 queue, 2020-09-18
Posted by Peter Maydell 3 years, 6 months ago
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