xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v20 0/2] guest resource mapping (reprise)
@ 2018-08-06 12:54 Paul Durrant
  2018-08-06 12:54 ` [PATCH v20 1/2] common: add a new mappable resource type: XENMEM_resource_grant_table Paul Durrant
  2018-08-06 12:54 ` [PATCH v20 2/2] tools/libxenctrl: use new xenforeignmemory API to seed grant table Paul Durrant
  0 siblings, 2 replies; 7+ messages in thread
From: Paul Durrant @ 2018-08-06 12:54 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        |   8 +--
 tools/libxc/xc_dom_boot.c           | 114 +++++++++++++++++++++++++-----------
 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            |  74 +++++++++++++++++++----
 xen/common/memory.c                 |  56 +++++++++++++++++-
 xen/include/public/memory.h         |   9 ++-
 xen/include/xen/grant_table.h       |   4 ++
 10 files changed, 219 insertions(+), 65 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] 7+ messages in thread

end of thread, other threads:[~2018-08-07 14:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-06 12:54 [PATCH v20 0/2] guest resource mapping (reprise) Paul Durrant
2018-08-06 12:54 ` [PATCH v20 1/2] common: add a new mappable resource type: XENMEM_resource_grant_table Paul Durrant
2018-08-07 13:38   ` Jan Beulich
2018-08-07 14:14     ` Paul Durrant
2018-08-07 14:36       ` Jan Beulich
2018-08-07 14:43         ` Paul Durrant
2018-08-06 12:54 ` [PATCH v20 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).