qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eduardo Habkost
Subject: [Qemu-devel] [PULL 00/10] X86 queue, 2016-06-14
Date: Tue, 14 Jun 2016 17:58:58 -0300

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




reply via email to

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