Updates in v2:
  * Rework svm_get_insn_len() to be more simple.
  * Drop anonymous union which will surely fail to compile on RHEL 6.x vintage
    compilers.
  * Rebase other changes

Andrew Cooper (3):
  x86/svm: Simplify svm_get_insn_len()
  x86/svm: Improve diagnostics when svm_get_insn_len() fails
  x86/hvm: Corrections to RDTSCP intercept handling

 xen/arch/x86/hvm/svm/emulate.c        | 79 ++++++++++++++++++-----------------
 xen/arch/x86/hvm/svm/nestedsvm.c      |  9 ++--
 xen/arch/x86/hvm/svm/svm.c            | 54 ++++++++++++++----------
 xen/arch/x86/hvm/vmx/vmx.c            |  8 ++++
 xen/include/asm-x86/hvm/svm/emulate.h | 10 +----
 5 files changed, 88 insertions(+), 72 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to