summaryrefslogtreecommitdiffstats
path: root/include/hw/xen/xen_pvdev.h
diff options
context:
space:
mode:
authorEmil Condrea2016-10-25 07:50:11 +0200
committerStefano Stabellini2016-10-29 02:53:16 +0200
commit31c17aa5c38d8aa177730b0c4429f8023f8ad79b (patch)
tree3e8434b297f62e20088bfd9992038d3dbea96755 /include/hw/xen/xen_pvdev.h
parentxen: Move xenstore_update to xen_pvdev.c (diff)
downloadqemu-31c17aa5c38d8aa177730b0c4429f8023f8ad79b.tar.gz
qemu-31c17aa5c38d8aa177730b0c4429f8023f8ad79b.tar.xz
qemu-31c17aa5c38d8aa177730b0c4429f8023f8ad79b.zip
xen: Move evtchn functions to xen_pvdev.c
The name of the functions moved: * xen_be_evtchn_event * xen_be_unbind_evtchn * xen_be_send_notify Signed-off-by: Emil Condrea <emilcondrea@gmail.com> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Quan Xu <xuquan8@huawei.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'include/hw/xen/xen_pvdev.h')
-rw-r--r--include/hw/xen/xen_pvdev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/xen/xen_pvdev.h b/include/hw/xen/xen_pvdev.h
index 3c4cc01a2e..a8da3da0b0 100644
--- a/include/hw/xen/xen_pvdev.h
+++ b/include/hw/xen/xen_pvdev.h
@@ -64,6 +64,10 @@ void xenstore_update(void *unused);
const char *xenbus_strstate(enum xenbus_state state);
+void xen_be_evtchn_event(void *opaque);
+void xen_be_unbind_evtchn(struct XenDevice *xendev);
+int xen_be_send_notify(struct XenDevice *xendev);
+
void xen_be_printf(struct XenDevice *xendev, int msg_level,
const char *fmt, ...) GCC_FMT_ATTR(3, 4);