xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Improvements to HVM Hypercall dispatching
@ 2017-02-13 13:03 Andrew Cooper
  2017-02-13 13:03 ` [PATCH 1/5] x86/hvm: Rework HVM_HCALL_invalidate handling Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Andrew Cooper @ 2017-02-13 13:03 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Andrew Cooper (5):
  x86/hvm: Rework HVM_HCALL_invalidate handling
  x86/hvm: Split the hypercall dispatching infrastructure out of hvm.c
  x86/hvm: Improve memory_op hypercall dispatching
  x86/hvm: Improve grant_table_op hypercall dispatching
  x86/hvm: Improve physdev_op hypercall dispatching

 xen/arch/x86/hvm/Makefile         |   1 +
 xen/arch/x86/hvm/hvm.c            | 299 --------------------------------------
 xen/arch/x86/hvm/hypercall.c      | 293 +++++++++++++++++++++++++++++++++++++
 xen/arch/x86/hvm/svm/svm.c        |   8 +-
 xen/arch/x86/hvm/vmx/vmx.c        |  13 +-
 xen/include/asm-x86/hvm/support.h |   3 +-
 6 files changed, 301 insertions(+), 316 deletions(-)
 create mode 100644 xen/arch/x86/hvm/hypercall.c

-- 
2.1.4


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

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

end of thread, other threads:[~2017-02-14 10:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 13:03 [PATCH 0/5] Improvements to HVM Hypercall dispatching Andrew Cooper
2017-02-13 13:03 ` [PATCH 1/5] x86/hvm: Rework HVM_HCALL_invalidate handling Andrew Cooper
2017-02-13 15:12   ` Boris Ostrovsky
2017-02-13 16:49   ` Jan Beulich
2017-02-13 17:01     ` Andrew Cooper
2017-02-13 17:23       ` Jan Beulich
2017-02-14  3:10   ` Tian, Kevin
2017-02-13 13:03 ` [PATCH 2/5] x86/hvm: Split the hypercall dispatching infrastructure out of hvm.c Andrew Cooper
2017-02-14 10:33   ` Jan Beulich
2017-02-14 10:33     ` Andrew Cooper
2017-02-14 10:41       ` Jan Beulich
2017-02-13 13:03 ` [PATCH 3/5] x86/hvm: Improve memory_op hypercall dispatching Andrew Cooper
2017-02-14 10:35   ` Jan Beulich
2017-02-13 13:03 ` [PATCH 4/5] x86/hvm: Improve grant_table_op " Andrew Cooper
2017-02-14 10:37   ` Jan Beulich
2017-02-13 13:03 ` [PATCH 5/5] x86/hvm: Improve physdev_op " Andrew Cooper
2017-02-14 10:38   ` Jan Beulich
2017-02-13 15:20 ` [PATCH 0/5] Improvements to HVM Hypercall dispatching Wei Liu

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