diff options
author | Emil Condrea | 2016-10-25 07:50:15 +0200 |
---|---|---|
committer | Stefano Stabellini | 2016-10-29 02:54:11 +0200 |
commit | 65807f4b6c6c922644be5cffae2ceb9694217bb1 (patch) | |
tree | cda18d950946daac422fb3bba9297f0618e91832 /include/hw/xen/xen_pvdev.h | |
parent | xen: Rename xen_be_printf to xen_pv_printf (diff) | |
download | qemu-65807f4b6c6c922644be5cffae2ceb9694217bb1.tar.gz qemu-65807f4b6c6c922644be5cffae2ceb9694217bb1.tar.xz qemu-65807f4b6c6c922644be5cffae2ceb9694217bb1.zip |
xen: Rename xen_be_unbind_evtchn
Prepare xen_be_unbind_evtchn to be shared with frontends:
* xen_be_unbind_evtchn -> xen_pv_unbind_evtchn
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen_pvdev.h b/include/hw/xen/xen_pvdev.h index 7aedc91a2a..1aff68cc18 100644 --- a/include/hw/xen/xen_pvdev.h +++ b/include/hw/xen/xen_pvdev.h @@ -69,7 +69,7 @@ void xen_pv_insert_xendev(struct XenDevice *xendev); void xen_be_del_xendev(struct XenDevice *xendev); struct XenDevice *xen_be_find_xendev(const char *type, int dom, int dev); -void xen_be_unbind_evtchn(struct XenDevice *xendev); +void xen_pv_unbind_evtchn(struct XenDevice *xendev); int xen_be_send_notify(struct XenDevice *xendev); void xen_pv_printf(struct XenDevice *xendev, int msg_level, |