From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMGsC-0003jV-1E for qemu-devel@nongnu.org; Thu, 21 Jan 2016 10:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMGs6-0006nf-3Z for qemu-devel@nongnu.org; Thu, 21 Jan 2016 10:10:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMGs5-0006nX-Ub for qemu-devel@nongnu.org; Thu, 21 Jan 2016 10:10:02 -0500 From: Eduardo Habkost Date: Thu, 21 Jan 2016 13:09:29 -0200 Message-Id: <1453388981-24807-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PULL 00/12] X86 queue, 2016-01-21 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson The following changes since commit 3c9331c47f22224118d5019b0af8eac704824d8d: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-01-21 13:09:47 +0000) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/x86-pull-request for you to fetch changes up to f74eefe0b98cd7e13825de8e8d9f32e22aed102c: target-i386: Add PKU and and OSPKE support (2016-01-21 12:47:16 -0200) ---------------------------------------------------------------- X86 queue, 2016-01-21 ---------------------------------------------------------------- Eduardo Habkost (8): target-i386: Rename optimize_flags_init() target-i386/ops_sse.h: Use MMX_Q macro target-i386: Use a _q array on MMXReg too target-i386: Rename struct XMMReg to ZMMReg target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* target-i386: Define MMXReg._d field target-i386: Define MMREG_UNION macro target-i386: Add suffixes to MMReg struct fields Haozhong Zhang (3): target-i386: Fallback vcpu's TSC rate to value returned by KVM target-i386: Reorganize TSC rate setting code target-i386: Add support to migrate vcpu's TSC rate Huaitong Han (1): target-i386: Add PKU and and OSPKE support hw/i386/pc.c | 1 + hw/i386/pc_piix.c | 2 + hw/i386/pc_q35.c | 2 + include/hw/i386/pc.h | 3 + roms/seabios | 2 +- target-i386/cpu.c | 27 +++- target-i386/cpu.h | 86 +++++----- target-i386/fpu_helper.c | 8 +- target-i386/gdbstub.c | 8 +- target-i386/helper.c | 8 +- target-i386/kvm.c | 104 +++++++++--- target-i386/machine.c | 96 ++++++++--- target-i386/ops_sse.h | 374 +++++++++++++++++++++---------------------- target-i386/ops_sse_header.h | 80 ++++----- target-i386/translate.c | 190 +++++++++++----------- 15 files changed, 565 insertions(+), 426 deletions(-) -- 2.1.0