[Xen-devel] [PATCH v5 04/10] xen/arm: optee: add fast calls handling

2019-05-21 Thread Volodymyr Babchuk
This patch adds handling for the fast SMCs. As name suggests, those calls can't be preempted and are used for auxiliary tasks such as information retrieval. Most handlers are quite trivial, with exception for capabilities information. Capabilities exchange should be filtered out, so only caps know

Re: [Xen-devel] [PATCH v5 04/10] xen/arm: optee: add fast calls handling

2019-06-03 Thread Julien Grall
Hi Volodymyr, On 21/05/2019 22:25, Volodymyr Babchuk wrote: This patch adds handling for the fast SMCs. As name suggests, those calls can't be preempted and are used for auxiliary tasks such as information retrieval. Most handlers are quite trivial, with exception for capabilities information.