]> git.proxmox.com Git - mirror_qemu.git/commit
xen: add grant table interface for XenDevice-s
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Jan 2019 14:48:51 +0000 (14:48 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 14 Jan 2019 13:45:40 +0000 (13:45 +0000)
commit4b34b5b14054edded15888448b0aad3723b99c29
treebaa841f01aec8366601f4a8b9051db7d96b2a6a0
parent82a29e304841e464ddb6a8a2c0240196b0ee3887
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>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
hw/xen/xen-bus.c
include/hw/xen/xen-bus.h