Re: [PATCH v3 1/3] accel: introduce accelerator blocker API

2022-12-01 Thread Robert Hoo
On Fri, 2022-11-11 at 10:47 -0500, Emanuele Giuseppe Esposito wrote: > This API allows the accelerators to prevent vcpus from issuing > new ioctls while execting a critical section marked with the > accel_ioctl_inhibit_begin/end functions. > > Note that all functions submitting ioctls must mark wh

Re: [PATCH v3 1/3] accel: introduce accelerator blocker API

2022-11-17 Thread Philippe Mathieu-Daudé
On 18/11/22 08:32, Philippe Mathieu-Daudé wrote: On 11/11/22 16:47, Emanuele Giuseppe Esposito wrote: This API allows the accelerators to prevent vcpus from issuing new ioctls while execting a critical section marked with the Typo "executing". accel_ioctl_inhibit_begin/end functions. Note t

Re: [PATCH v3 1/3] accel: introduce accelerator blocker API

2022-11-17 Thread Philippe Mathieu-Daudé
On 11/11/22 16:47, Emanuele Giuseppe Esposito wrote: This API allows the accelerators to prevent vcpus from issuing new ioctls while execting a critical section marked with the accel_ioctl_inhibit_begin/end functions. Note that all functions submitting ioctls must mark where the ioctl is being c

[PATCH v3 1/3] accel: introduce accelerator blocker API

2022-11-11 Thread Emanuele Giuseppe Esposito
This API allows the accelerators to prevent vcpus from issuing new ioctls while execting a critical section marked with the accel_ioctl_inhibit_begin/end functions. Note that all functions submitting ioctls must mark where the ioctl is being called with accel_{cpu_}ioctl_begin/end(). This API req