qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/14] target-i386: Implement MPX extension


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 00/14] target-i386: Implement MPX extension
Date: Thu, 9 Jul 2015 09:17:15 +0100

I'm still in the process of testing this, as there's no code
written for it yet and hardware to compare against doesn't
start shipping until (probably) August.

But in the meantime there are a number of holes that I found
in XSAVE support that might affect KVM, and one question wrt
SMM support that affects MPX.  So I thought I'd get some 
feedback on this sooner than later.

This patch set depends on the addressing cleanup patchset that
I just posted.  It ought to depend on Pavel Dovgalyuk's exception
handling cleanup patchset, but I haven't included that in my tree.

Comments?


r~


Richard Henderson (14):
  target-i386: Split fxsave/fxrstor implementation
  target-i386: Rearrange processing of 0F 01
  target-i386: Add XSAVE extension
  target-i386: Implement XSAVEOPT
  target-i386: Enable control registers for MPX
  target-i386: Perform set/reset_inhibit_irq inline
  target-i386: Split up gen_lea_modrm
  target-i386: Implement BNDMK
  target-i386: Implement BNDMOV
  target-i386: Implement BNDCL, BNDCU, BNDCN
  target-i386: Update BNDSTATUS for exceptions raised by BOUND
  target-i386: Implement BNDLDX, BNDSTX
  target-i386: Clear bndregs during legacy near jumps
  target-i386: Enable XCR0 features for user-mode

 target-i386/Makefile.objs |    2 +-
 target-i386/cc_helper.c   |   10 -
 target-i386/cpu.c         |   81 ++--
 target-i386/cpu.h         |   23 +-
 target-i386/fpu_helper.c  |  354 ++++++++++++---
 target-i386/helper.c      |   17 +-
 target-i386/helper.h      |   17 +-
 target-i386/kvm.c         |   21 +-
 target-i386/mem_helper.c  |    6 +
 target-i386/misc_helper.c |    9 +
 target-i386/mpx_helper.c  |  152 +++++++
 target-i386/smm_helper.c  |    4 +
 target-i386/translate.c   | 1063 ++++++++++++++++++++++++++++++---------------
 13 files changed, 1297 insertions(+), 462 deletions(-)
 create mode 100644 target-i386/mpx_helper.c

-- 
2.4.3




reply via email to

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