mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07: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
|
|
@ -227,7 +227,7 @@ void xen_pv_printf(struct XenDevice *xendev, int msg_level,
|
|||
qemu_log_flush();
|
||||
}
|
||||
|
||||
void xen_be_evtchn_event(void *opaque)
|
||||
void xen_pv_evtchn_event(void *opaque)
|
||||
{
|
||||
struct XenDevice *xendev = opaque;
|
||||
evtchn_port_t port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue