From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCvQe-0007ze-Rr for qemu-devel@nongnu.org; Tue, 14 Jun 2016 16:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCvQc-0007e3-7V for qemu-devel@nongnu.org; Tue, 14 Jun 2016 16:59:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCvQc-0007dz-2F for qemu-devel@nongnu.org; Tue, 14 Jun 2016 16:59:18 -0400 From: Eduardo Habkost Date: Tue, 14 Jun 2016 17:58:58 -0300 Message-Id: <1465937948-548-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/10] X86 queue, 2016-06-14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-devel@nongnu.org, Richard Henderson , Paolo Bonzini The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f= 20: 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=C4=8Dm=C3=A1=C5=99 (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(-) --=20 2.5.5