summary refs log tree commit diff stats
path: root/hw/usb/xen-usb.c
diff options
context:
space:
mode:
authorEmil Condrea <emilcondrea@gmail.com>2016-10-25 08:50:15 +0300
committerStefano Stabellini <sstabellini@kernel.org>2016-10-28 17:54:11 -0700
commit65807f4b6c6c922644be5cffae2ceb9694217bb1 (patch)
treecda18d950946daac422fb3bba9297f0618e91832 /hw/usb/xen-usb.c
parent96c77dba6f1c334d0c38c1fa43b02dbf727d100a (diff)
downloadfocaccia-qemu-65807f4b6c6c922644be5cffae2ceb9694217bb1.tar.gz
focaccia-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 'hw/usb/xen-usb.c')
-rw-r--r--hw/usb/xen-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/xen-usb.c b/hw/usb/xen-usb.c
index 6b06fd887d..4ae9b6af90 100644
--- a/hw/usb/xen-usb.c
+++ b/hw/usb/xen-usb.c
@@ -834,7 +834,7 @@ static void usbback_disconnect(struct XenDevice *xendev)
 
     usbif = container_of(xendev, struct usbback_info, xendev);
 
-    xen_be_unbind_evtchn(xendev);
+    xen_pv_unbind_evtchn(xendev);
 
     if (usbif->urb_sring) {
         xengnttab_unmap(xendev->gnttabdev, usbif->urb_sring, 1);