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. 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. Jan
