qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/10] X86 queue, 2016-06-14


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PULL 00/10] X86 queue, 2016-06-14
Date: Tue, 14 Jun 2016 18:32:13 -0300
User-agent: Mutt/1.6.1 (2016-04-27)

x86-pull-request tag was updated (patch 10/10 was removed). See
updated pull request info below.

The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f20:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into 
staging (2016-06-14 16:32:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to f6750e959a397dea988efd4e488e1ff813011065:

  target-i386: Consolidate calls of object_property_parse() in 
x86_cpu_parse_featurestr (2016-06-14 16:17:09 -0300)

----------------------------------------------------------------
X86 queue, 2016-06-14 (v2)

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

Eduardo Habkost (4):
  target-i386: add Skylake-Client cpu model
  target-i386: Remove xlevel & hv-spinlocks option fixups
  target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()
  target-i386: Consolidate calls of object_property_parse() in
    x86_cpu_parse_featurestr

Igor Mammedov (4):
  pc: Add 2.7 machine
  target-i386: Move features logic that requires CPUState to realize
    time
  target-i386: Move xcc->kvm_required check to realize time
  target-i386: Use cpu_generic_init() in cpu_x86_init()

Radim Krčmář (1):
  target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)

 hw/i386/pc_piix.c    |  16 ++-
 hw/i386/pc_q35.c     |  13 ++-
 include/hw/i386/pc.h |   9 ++
 target-i386/cpu.c    | 276 +++++++++++++++++++++++++++++++--------------------
 target-i386/cpu.h    |   8 ++
 5 files changed, 208 insertions(+), 114 deletions(-)

-- 
2.5.5

On Tue, Jun 14, 2016 at 05:58:58PM -0300, Eduardo Habkost wrote:
> The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f20:
> 
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' 
> into staging (2016-06-14 16:32:32 +0100)
> 
> are available in the git repository at:
> 
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
> 
> for you to fetch changes up to bf68389515c16dbc8cc1f082e724c574d57f7c4d:
> 
>   target-i386: Print obsolete warnings if +-features are used (2016-06-14 
> 16:17:09 -0300)
> 
> ----------------------------------------------------------------
> X86 queue, 2016-06-14
> 
> ----------------------------------------------------------------
> 
> Eduardo Habkost (4):
>   target-i386: add Skylake-Client cpu model
>   target-i386: Remove xlevel & hv-spinlocks option fixups
>   target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()
>   target-i386: Consolidate calls of object_property_parse() in
>     x86_cpu_parse_featurestr
> 
> Igor Mammedov (5):
>   pc: Add 2.7 machine
>   target-i386: Move features logic that requires CPUState to realize
>     time
>   target-i386: Move xcc->kvm_required check to realize time
>   target-i386: Use cpu_generic_init() in cpu_x86_init()
>   target-i386: Print obsolete warnings if +-features are used
> 
> Radim Krčmář (1):
>   target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)
> 
>  hw/i386/pc_piix.c    |  16 ++-
>  hw/i386/pc_q35.c     |  13 ++-
>  include/hw/i386/pc.h |   9 ++
>  target-i386/cpu.c    | 282 
> +++++++++++++++++++++++++++++++--------------------
>  target-i386/cpu.h    |   8 ++
>  5 files changed, 214 insertions(+), 114 deletions(-)
> 
> -- 
> 2.5.5
> 

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]