qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] X86 queue, 2016-01-21
@ 2016-01-21 15:09 Eduardo Habkost
  2016-01-21 15:09 ` [Qemu-devel] [PULL 01/12] target-i386: Rename optimize_flags_init() Eduardo Habkost
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Eduardo Habkost @ 2016-01-21 15:09 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, Paolo Bonzini, Andreas Färber, 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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-01-21 17:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 15:09 [Qemu-devel] [PULL 00/12] X86 queue, 2016-01-21 Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 01/12] target-i386: Rename optimize_flags_init() Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 02/12] target-i386/ops_sse.h: Use MMX_Q macro Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 03/12] target-i386: Use a _q array on MMXReg too Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 04/12] target-i386: Rename struct XMMReg to ZMMReg Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 05/12] target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 06/12] target-i386: Define MMXReg._d field Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 07/12] target-i386: Define MMREG_UNION macro Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 08/12] target-i386: Add suffixes to MMReg struct fields Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 09/12] target-i386: Fallback vcpu's TSC rate to value returned by KVM Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 10/12] target-i386: Reorganize TSC rate setting code Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 11/12] target-i386: Add support to migrate vcpu's TSC rate Eduardo Habkost
2016-01-21 15:09 ` [Qemu-devel] [PULL 12/12] target-i386: Add PKU and and OSPKE support Eduardo Habkost
2016-01-21 17:19 ` [Qemu-devel] [PULL 00/12] X86 queue, 2016-01-21 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).