mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
xen: Rename xen_be_evtchn_event
Prepare xen_be_evtchn_event to be shared with frontends: * xen_be_evtchn_event -> xen_pv_evtchn_event 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
ba18fa2a8c
commit
49442d9621
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ void xenstore_update(void *unused);
|
|||
|
||||
const char *xenbus_strstate(enum xenbus_state state);
|
||||
|
||||
void xen_be_evtchn_event(void *opaque);
|
||||
void xen_pv_evtchn_event(void *opaque);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue