xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v23 0/2] guest resource mapping (reprise)
@ 2018-08-09  9:59 Paul Durrant
  2018-08-09  9:59 ` [PATCH v23 1/2] common: add a new mappable resource type: XENMEM_resource_grant_table Paul Durrant
  2018-08-09  9:59 ` [PATCH v23 2/2] tools/libxenctrl: use new xenforeignmemory API to seed grant table Paul Durrant
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Durrant @ 2018-08-09  9:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

These patches are the patches from my original resource mapping series
that did not make it into 4.11.

Paul Durrant (2):
  common: add a new mappable resource type: XENMEM_resource_grant_table
  tools/libxenctrl: use new xenforeignmemory API to seed grant table

 tools/libxc/include/xc_dom.h        |  12 +--
 tools/libxc/xc_dom_boot.c           | 166 +++++++++++++++++++++++-------------
 tools/libxc/xc_sr_restore_x86_hvm.c |  10 +--
 tools/libxc/xc_sr_restore_x86_pv.c  |   2 +-
 tools/libxl/libxl_dom.c             |   1 -
 tools/python/xen/lowlevel/xc/xc.c   |   6 +-
 xen/common/grant_table.c            | 116 ++++++++++++++++++++++---
 xen/common/memory.c                 |  56 +++++++++++-
 xen/include/public/memory.h         |   6 ++
 xen/include/xen/grant_table.h       |   4 +
 10 files changed, 287 insertions(+), 92 deletions(-)

-- 
2.11.0


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

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

end of thread, other threads:[~2018-08-09 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09  9:59 [PATCH v23 0/2] guest resource mapping (reprise) Paul Durrant
2018-08-09  9:59 ` [PATCH v23 1/2] common: add a new mappable resource type: XENMEM_resource_grant_table Paul Durrant
2018-08-09 10:23   ` Jan Beulich
2018-08-09 10:30     ` Paul Durrant
2018-08-09  9:59 ` [PATCH v23 2/2] tools/libxenctrl: use new xenforeignmemory API to seed grant table Paul Durrant

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