xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc further emulation work
@ 2016-12-05 10:09 Andrew Cooper
  2016-12-05 10:09 ` [PATCH 1/8] x86/shadow: Drop stale adjustment in the PAE second-half search Andrew Cooper
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Andrew Cooper @ 2016-12-05 10:09 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

This series prevents the MSR path from raising faults behind the back of the
emulator.

Andrew Cooper (8):
  x86/shadow: Drop stale adjustment in the PAE second-half search
  x86/emul: Debugging improvements to the test harness
  x86/hvm: Assert some expectations in hvm_inject_event()
  x86/emul: Drop the last remaining uses of bool_t
  x86/hvm: Don't raise #GP behind the emulators back for MSR accesses
  x86/emul: Support speculative MSR reads
  x86/emul: Support CPUID fauilting via a speculative MSR read
  x86/emul: Implement the STAC and CLAC instructions

 tools/tests/x86_emulator/test_x86_emulator.c |  17 +++++
 tools/tests/x86_emulator/x86_emulate.c       |   2 -
 xen/arch/x86/hvm/emulate.c                   |  24 +++---
 xen/arch/x86/hvm/hvm.c                       |  17 ++++-
 xen/arch/x86/hvm/svm/svm.c                   |   4 +-
 xen/arch/x86/hvm/vmx/vmx.c                   |  32 +++++---
 xen/arch/x86/hvm/vmx/vvmx.c                  |  19 +++--
 xen/arch/x86/mm/shadow/multi.c               |   3 -
 xen/arch/x86/x86_emulate/x86_emulate.c       | 107 +++++++++++++++++----------
 xen/arch/x86/x86_emulate/x86_emulate.h       |  13 ++--
 xen/include/asm-x86/hvm/support.h            |  11 ++-
 11 files changed, 163 insertions(+), 86 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2016-12-06  6:16 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 10:09 [PATCH 0/8] Misc further emulation work Andrew Cooper
2016-12-05 10:09 ` [PATCH 1/8] x86/shadow: Drop stale adjustment in the PAE second-half search Andrew Cooper
2016-12-05 10:16   ` Tim Deegan
2016-12-05 13:07     ` Andrew Cooper
2016-12-05 10:09 ` [PATCH 2/8] x86/emul: Debugging improvements to the test harness Andrew Cooper
2016-12-05 12:00   ` Jan Beulich
2016-12-05 13:08     ` Andrew Cooper
2016-12-05 10:09 ` [PATCH 3/8] x86/hvm: Assert some expectations in hvm_inject_event() Andrew Cooper
2016-12-05 12:01   ` Jan Beulich
2016-12-05 10:09 ` [PATCH 4/8] x86/emul: Drop the last remaining uses of bool_t Andrew Cooper
2016-12-05 12:02   ` Jan Beulich
2016-12-05 10:09 ` [PATCH 5/8] x86/hvm: Don't raise #GP behind the emulators back for MSR accesses Andrew Cooper
2016-12-05 12:10   ` Jan Beulich
2016-12-05 16:29     ` Andrew Cooper
2016-12-05 17:08       ` Jan Beulich
2016-12-06  6:16   ` Tian, Kevin
2016-12-05 10:09 ` [PATCH 6/8] x86/emul: Support speculative MSR reads Andrew Cooper
2016-12-05 13:03   ` Paul Durrant
2016-12-05 13:25   ` Jan Beulich
2016-12-05 10:09 ` [PATCH 7/8] x86/emul: Support CPUID fauilting via a speculative MSR read Andrew Cooper
2016-12-05 13:06   ` Paul Durrant
2016-12-05 13:35   ` Jan Beulich
2016-12-05 10:09 ` [PATCH 8/8] x86/emul: Implement the STAC and CLAC instructions Andrew Cooper
2016-12-05 13:45   ` Jan Beulich

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).