[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 05/29] xen/asm-generic: introduce stub header event.h
On Thu, 2023-10-19 at 11:18 +0200, Jan Beulich wrote: > On 14.09.2023 16:56, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/include/asm-generic/event.h > > @@ -0,0 +1,39 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > +#ifndef __ASM_GENERIC_EVENT_H__ > > +#define __ASM_GENERIC_EVENT_H__ > > + > > +#include <xen/sched.h> > > + > > +static inline void vcpu_mark_events_pending(struct vcpu *v) > > +{ > > +} > > While this will satisfy callers from a build perspective, no port > will be functional with an implementation like this. Yet the > generic headers need to provide the required functionality, not > just build stubs. It makes sense but then we will have the similar patches when new architecture is introduced. > > Going further in the series, I won't repeat this kind of comment. > Unless others disagree, my view is that headers put here should > be of use beyond initial bring-up of a new port. > Then we have two options here: 1. leave only declaration of the function. 2. remove it from asm-generic. ~ Oleksii
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |