]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
xen: add grant table interface for XenDevice-s
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 12 Nov 2018 17:10:42 +0000 (17:10 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 17 Dec 2018 11:23:25 +0000 (11:23 +0000)
commit915612b234e843ced03345e664f0b704fce3330f
tree8d8d07a356dc4cdc2f94b0c974c67ef6e6bb2abc
parentcecc83e443f05236997f73bfd974b9153afe5487
xen: add grant table interface for XenDevice-s

The legacy PV backend infrastructure provides functions to map, unmap and
copy pages granted by frontends. Similar functionality will be required
by XenDevice implementations so this patch adds the necessary support.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Anthony Perard <anthony.perard@citrix.com>
---
Cc: Stefano Stabellini <sstabellini@kernel.org>
hw/xen/xen-bus.c
include/hw/xen/xen-bus.h