Re: [PATCH 7/9] tools/libxenevtchn: add xenevtchn_bind() under Mini-OS

2025-07-16 Thread Jason Andryuk
On 2025-07-02 04:13, Juergen Gross wrote: In order to reactivate an event channel after kexec() of Mini-OS, libxenevtchn needs to allocate the port data for the event channel and set the handler again. Add a new interface xenevtchn_bind() for that purpose, available under Mini-OS only. Signed-of

[PATCH 7/9] tools/libxenevtchn: add xenevtchn_bind() under Mini-OS

2025-07-02 Thread Juergen Gross
In order to reactivate an event channel after kexec() of Mini-OS, libxenevtchn needs to allocate the port data for the event channel and set the handler again. Add a new interface xenevtchn_bind() for that purpose, available under Mini-OS only. Signed-off-by: Juergen Gross --- tools/include/xene