summary refs log tree commit diff stats
path: root/hw/display/xenfb.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/display/xenfb.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/display/xenfb.c')
-rw-r--r--hw/display/xenfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
index d7b94b05ad..10775757f1 100644
--- a/hw/display/xenfb.c
+++ b/hw/display/xenfb.c
@@ -112,7 +112,7 @@ static int common_bind(struct common *c)
 
 static void common_unbind(struct common *c)
 {
-    xen_be_unbind_evtchn(&c->xendev);
+    xen_pv_unbind_evtchn(&c->xendev);
     if (c->page) {
         xenforeignmemory_unmap(xen_fmem, c->page, 1);
 	c->page = NULL;