On 30.10.2020 11:21, Julien Grall wrote: > On 20/10/2020 15:08, Jan Beulich wrote: >> Having a FIFO specific header is not (or at least no longer) warranted >> with just three function declarations left there. Introduce a private >> header instead, moving there some further items from xen/event.h. >> >> Signed-off-by: Jan Beulich <jbeul...@suse.com> > > Acked-by: Julien Grall <jgr...@amazon.com>
Thanks; perhaps you didn't notice this went in already? >> --- >> v2: New. >> --- >> TBD: If - considering the layering violation that's there anyway - we >> allowed PV shim code to make use of this header, a few more items >> could be moved out of "public sight". > > Are you referring to PV shim calling function such as evtchn_bind_vcpu()? Yes. Jan