[Qemu-devel] [PULL 0/3] x86 queue, 2018-06-11

Eduardo Habkost posted 3 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180611172355.12067-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/i386/cpu.h |  14 ++-
hw/i386/pc_piix.c |   1 -
hw/i386/pc_q35.c  |   1 -
target/i386/cpu.c | 234 ++++++++++++++++++++++++++++++++++------------
target/i386/kvm.c |  29 +++++-
5 files changed, 210 insertions(+), 69 deletions(-)
[Qemu-devel] [PULL 0/3] x86 queue, 2018-06-11
Posted by Eduardo Habkost 5 years, 10 months ago
The following changes since commit 0d2fa03dae4fbe185a082f361342b1e30aed4582:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180608' into staging (2018-06-08 16:26:51 +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 1fb6752ecf87fb132035d3c03b0b9ca012265492:

  pc: Remove PC_COMPAT_2_12 from 3.0 machine-types (2018-06-10 21:33:00 -0300)

----------------------------------------------------------------
x86 queue, 2018-06-11

* Support for CPUID[0x8000001D] (AMD Cache Topology Information)
* pc bug fix: Remove PC_COMPAT_2_12 from 3.0 machine-types

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

Babu Moger (1):
  i386: Populate AMD Processor Cache Information for cpuid 0x8000001D

Eduardo Habkost (2):
  i386: Clean up cache CPUID code
  pc: Remove PC_COMPAT_2_12 from 3.0 machine-types

 target/i386/cpu.h |  14 ++-
 hw/i386/pc_piix.c |   1 -
 hw/i386/pc_q35.c  |   1 -
 target/i386/cpu.c | 234 ++++++++++++++++++++++++++++++++++------------
 target/i386/kvm.c |  29 +++++-
 5 files changed, 210 insertions(+), 69 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/3] x86 queue, 2018-06-11
Posted by Peter Maydell 5 years, 10 months ago
On 11 June 2018 at 18:23, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 0d2fa03dae4fbe185a082f361342b1e30aed4582:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180608' into staging (2018-06-08 16:26:51 +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 1fb6752ecf87fb132035d3c03b0b9ca012265492:
>
>   pc: Remove PC_COMPAT_2_12 from 3.0 machine-types (2018-06-10 21:33:00 -0300)
>
> ----------------------------------------------------------------
> x86 queue, 2018-06-11
>
> * Support for CPUID[0x8000001D] (AMD Cache Topology Information)
> * pc bug fix: Remove PC_COMPAT_2_12 from 3.0 machine-types
>
> ----------------------------------------------------------------


Applied, thanks.

-- PMM