linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] KVM: xinterface
@ 2009-10-02 20:19 Gregory Haskins
  2009-10-02 20:19 ` [PATCH v2 1/4] mm: export use_mm() and unuse_mm() to modules Gregory Haskins
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Gregory Haskins @ 2009-10-02 20:19 UTC (permalink / raw)
  To: kvm; +Cc: linux-kernel, ghaskins

(Applies to kvm.git/master:083e9e10)

For details, please read the patch headers.

[ Changelog:

     v2:
	*) We now re-use the vmfd as the binding token, instead of creating
           a new separate namespace
	*) Added support for switch_to(mm), which is much faster
	*) Added support for memslot-cache for exploiting slot locality
	*) Added support for scatter-gather access
	*) Added support for xioevent interface

      v1:
        *) Initial release
]

This series is included in upstream AlacrityVM and is well tested and
known to work properly.  Comments?

Kind Regards,
-Greg

---

Gregory Haskins (4):
      KVM: add scatterlist support to xinterface
      KVM: add io services to xinterface
      KVM: introduce "xinterface" API for external interaction with guests
      mm: export use_mm() and unuse_mm() to modules


 arch/x86/kvm/Makefile          |    2 
 include/linux/kvm_host.h       |    3 
 include/linux/kvm_xinterface.h |  165 +++++++++++
 kernel/fork.c                  |    1 
 mm/mmu_context.c               |    3 
 virt/kvm/kvm_main.c            |   24 ++
 virt/kvm/xinterface.c          |  587 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 784 insertions(+), 1 deletions(-)
 create mode 100644 include/linux/kvm_xinterface.h
 create mode 100644 virt/kvm/xinterface.c

-- 
Signature

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

end of thread, other threads:[~2009-10-08 14:46 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02 20:19 [PATCH v2 0/4] KVM: xinterface Gregory Haskins
2009-10-02 20:19 ` [PATCH v2 1/4] mm: export use_mm() and unuse_mm() to modules Gregory Haskins
2009-10-02 20:19 ` [PATCH v2 2/4] KVM: introduce "xinterface" API for external interaction with guests Gregory Haskins
2009-10-03 20:05   ` Marcelo Tosatti
2009-10-05 23:33     ` Gregory Haskins
2009-10-04 10:25   ` Avi Kivity
2009-10-05 23:57     ` Gregory Haskins
2009-10-06  9:34       ` Avi Kivity
2009-10-06 13:31         ` Gregory Haskins
2009-10-06 14:22           ` Gregory Haskins
2009-10-06 16:23             ` Avi Kivity
2009-10-06 17:00               ` Gregory Haskins
2009-10-06 17:00                 ` Gregory Haskins
2009-10-06 19:40                   ` Gregory Haskins
2009-10-07  8:11                     ` Avi Kivity
2009-10-07 12:48                       ` Gregory Haskins
2009-10-08 14:45                         ` Avi Kivity
2009-10-06 16:19           ` Avi Kivity
2009-10-06 16:58             ` Gregory Haskins
2009-10-06 18:18               ` [Alacrityvm-devel] " Ira W. Snyder
2009-10-07  5:10                 ` Amit Shah
2009-10-07  7:43                 ` Avi Kivity
2009-10-02 20:19 ` [PATCH v2 3/4] KVM: add io services to xinterface Gregory Haskins
2009-10-04 10:26   ` Avi Kivity
2009-10-02 20:19 ` [PATCH v2 4/4] KVM: add scatterlist support " Gregory Haskins
2009-10-04 10:28   ` Avi Kivity
2009-10-05 23:57     ` Gregory Haskins

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