mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
xen: Rename xen_be_send_notify
Prepare xen_be_send_notify to be shared with frontends: * xen_be_send_notify -> xen_pv_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>
This commit is contained in:
parent
65807f4b6c
commit
ba18fa2a8c
7 changed files with 15 additions and 15 deletions
|
@ -796,7 +796,7 @@ static void blk_send_response_all(struct XenBlkDev *blkdev)
|
|||
ioreq_release(ioreq, true);
|
||||
}
|
||||
if (send_notify) {
|
||||
xen_be_send_notify(&blkdev->xendev);
|
||||
xen_pv_send_notify(&blkdev->xendev);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -866,7 +866,7 @@ static void blk_handle_requests(struct XenBlkDev *blkdev)
|
|||
};
|
||||
|
||||
if (blk_send_response_one(ioreq)) {
|
||||
xen_be_send_notify(&blkdev->xendev);
|
||||
xen_pv_send_notify(&blkdev->xendev);
|
||||
}
|
||||
ioreq_release(ioreq, false);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue