[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 04/19] xen: Move evtchn functions to xen_pvdev.c
On Sun, Jul 10, 2016 at 02:47:35PM +0300, Emil Condrea wrote: > The name of the functions moved: > * xen_be_evtchn_event > * xen_be_unbind_evtchn > * xen_be_send_notify > > Signed-off-by: Emil Condrea <emilcondrea@xxxxxxxxx> > --- > hw/xen/xen_backend.c | 37 +------------------------------------ > hw/xen/xen_pvdev.c | 35 +++++++++++++++++++++++++++++++++++ > include/hw/xen/xen_backend.h | 2 -- > include/hw/xen/xen_pvdev.h | 4 ++++ > 4 files changed, 40 insertions(+), 38 deletions(-) > > diff --git a/hw/xen/xen_backend.c b/hw/xen/xen_backend.c > index 0a9f9bb..5f2821a 100644 > --- a/hw/xen/xen_backend.c > +++ b/hw/xen/xen_backend.c > @@ -693,4 +658,4 @@ static void xenbe_register_types(void) > type_register_static(&xensysdev_info); > } > > -type_init(xenbe_register_types); > +type_init(xenbe_register_types); > \ No newline at end of file Looks like this change does not belong to this patch. -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |