Re: [PATCH 4/8] xen/evtchn: modify evtchn_bind_interdomain to pass domain as argument

2022-07-06 Thread Rahul Singh
Hi Jan, > On 5 Jul 2022, at 4:13 pm, Jan Beulich wrote: > > On 22.06.2022 16:38, Rahul Singh wrote: >> evtchn_bind_interdomain() finds the local domain from "current->domain" >> pointer. >> >> evtchn_bind_interdomain() will be called from the XEN to support static >> event channel during domain

Re: [PATCH 4/8] xen/evtchn: modify evtchn_bind_interdomain to pass domain as argument

2022-07-05 Thread Jan Beulich
On 22.06.2022 16:38, Rahul Singh wrote: > evtchn_bind_interdomain() finds the local domain from "current->domain" > pointer. > > evtchn_bind_interdomain() will be called from the XEN to support static > event channel during domain creation. "current" pointer is not valid at > that time, therefore

[PATCH 4/8] xen/evtchn: modify evtchn_bind_interdomain to pass domain as argument

2022-06-22 Thread Rahul Singh
evtchn_bind_interdomain() finds the local domain from "current->domain" pointer. evtchn_bind_interdomain() will be called from the XEN to support static event channel during domain creation. "current" pointer is not valid at that time, therefore modify the evtchn_bind_interdomain() to pass domain