Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-19 Thread Julien Grall
Hi, On 18/06/2019 16:23, Volodymyr Babchuk wrote: Julien Grall writes: On 6/18/19 3:30 PM, Volodymyr Babchuk wrote: Julien Grall writes: On 18/06/2019 12:19, Volodymyr Babchuk wrote: Hi Julien, Hi, Julien Grall writes: + +=item B + +Allow a guest to use OP-TEE. Note that a virtua

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-18 Thread Volodymyr Babchuk
Julien Grall writes: > On 6/18/19 3:30 PM, Volodymyr Babchuk wrote: >> >> >> Julien Grall writes: >> >>> On 18/06/2019 12:19, Volodymyr Babchuk wrote: Hi Julien, >>> >>> Hi, >>> Julien Grall writes: >> + >> +=item B >> + >> +Allow a guest to use OP-TEE. Note th

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-18 Thread Julien Grall
On 6/18/19 3:30 PM, Volodymyr Babchuk wrote: Julien Grall writes: On 18/06/2019 12:19, Volodymyr Babchuk wrote: Hi Julien, Hi, Julien Grall writes: + +=item B + +Allow a guest to use OP-TEE. Note that a virtualization-aware OP-TEE +is required for this. If this option is selected, g

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-18 Thread Volodymyr Babchuk
Julien Grall writes: > On 18/06/2019 12:19, Volodymyr Babchuk wrote: >> >> Hi Julien, > > Hi, > >> >> Julien Grall writes: + +=item B + +Allow a guest to use OP-TEE. Note that a virtualization-aware OP-TEE +is required for this. If this option is selected, guest will be

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-18 Thread Julien Grall
On 18/06/2019 12:19, Volodymyr Babchuk wrote: Hi Julien, Hi, Julien Grall writes: + +=item B + +Allow a guest to use OP-TEE. Note that a virtualization-aware OP-TEE +is required for this. If this option is selected, guest will be able OOI, what happen if OP-TEE does not support virtual

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-18 Thread Volodymyr Babchuk
Hi Julien, Julien Grall writes: > Hi Volodymyr, > > On 6/11/19 7:46 PM, Volodymyr Babchuk wrote: >> This enumeration controls TEE type for a domain. Currently there is >> two possible options: either 'none' or 'optee'. >> >> 'none' is the default value and it basically disables TEE support at >>

Re: [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-15 Thread Julien Grall
Hi Volodymyr, On 6/11/19 7:46 PM, Volodymyr Babchuk wrote: This enumeration controls TEE type for a domain. Currently there is two possible options: either 'none' or 'optee'. 'none' is the default value and it basically disables TEE support at all. 'optee' enables access to the OP-TEE running

[Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg

2019-06-11 Thread Volodymyr Babchuk
This enumeration controls TEE type for a domain. Currently there is two possible options: either 'none' or 'optee'. 'none' is the default value and it basically disables TEE support at all. 'optee' enables access to the OP-TEE running on a host machine. This requires special OP-TEE build with vir