]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
xen: add event channel interface for XenDevice-s
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Nov 2018 09:47:44 +0000 (09:47 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 7 Jan 2019 14:06:38 +0000 (14:06 +0000)
commit0865ab851f89a2bf19626800e3e4f11ba7a29c4b
tree26ee7d8cec483479d7ec7d2c5876b677ca298bc0
parent62321a0439cadd94be5f0b866217f608aabcd53f
xen: add event channel interface for XenDevice-s

The legacy PV backend infrastructure provides functions to bind, unbind
and send notifications to event channnels. 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>
v2:
 - Added error pointers to notify and unbind
hw/xen/xen-bus.c
include/hw/xen/xen-bus.h