mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
96c77dba6f
commit
65807f4b6c
7 changed files with 7 additions and 7 deletions
|
@ -262,7 +262,7 @@ static void con_disconnect(struct XenDevice *xendev)
|
|||
struct XenConsole *con = container_of(xendev, struct XenConsole, xendev);
|
||||
|
||||
qemu_chr_fe_deinit(&con->chr);
|
||||
xen_be_unbind_evtchn(&con->xendev);
|
||||
xen_pv_unbind_evtchn(&con->xendev);
|
||||
|
||||
if (con->sring) {
|
||||
if (!xendev->dev) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue