Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-15 Thread Julien Grall
On 14/02/18 19:14, Mirela Simonovic wrote: Hi Julien, Hi, On 02/13/2018 12:44 AM, Julien Grall wrote: On 12/02/2018 23:16, Mirela Simonovic wrote: Hi Julien, Hi, On 02/12/2018 10:41 PM, Julien Grall wrote: On 12/02/2018 20:12, Mirela Simonovic wrote: Hi Julien, Hi Mirela,

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-12 Thread Julien Grall
On 12/02/2018 23:16, Mirela Simonovic wrote: Hi Julien, Hi, On 02/12/2018 10:41 PM, Julien Grall wrote: On 12/02/2018 20:12, Mirela Simonovic wrote: Hi Julien, Hi Mirela, Thank you for the review. I've done pretty much the same work in parallel, but there are few additional minor

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-12 Thread Mirela Simonovic
Hi Julien, On 02/12/2018 10:41 PM, Julien Grall wrote: On 12/02/2018 20:12, Mirela Simonovic wrote: Hi Julien, Hi Mirela, Thank you for the review. I've done pretty much the same work in parallel, but there are few additional minor changes I've made. Briefly, the difference is in

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-12 Thread Julien Grall
On 12/02/2018 20:12, Mirela Simonovic wrote: Hi Julien, Hi Mirela, Thank you for the review. I've done pretty much the same work in parallel, but there are few additional minor changes I've made. Briefly, the difference is in return values that some already implemented functions should

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-12 Thread Mirela Simonovic
Hi Julien, I've done pretty much the same work in parallel, but there are few additional minor changes I've made. Briefly, the difference is in return values that some already implemented functions should return starting from v1.0 (and even v0.2 errata). Please let me know whether you omitted

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-12 Thread Wei Liu
On Thu, Feb 08, 2018 at 07:21:50PM +, Julien Grall wrote: > At the moment, Xen provides virtual PSCI interface compliant with 0.1 > and 0.2. Since them, the specification has been updated and the latest > version is 1.1 (see ARM DEN 0022D). > > From an implementation point of view, only

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-09 Thread Julien Grall
On 02/09/2018 04:07 PM, Volodymyr Babchuk wrote: Hi Julien, Hi Volodymyr, On 08.02.18 21:21, Julien Grall wrote: At the moment, Xen provides virtual PSCI interface compliant with 0.1 and 0.2. Since them, the specification has been updated and the latest version is 1.1 (see ARM DEN 0022D).

Re: [Xen-devel] [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1

2018-02-09 Thread Volodymyr Babchuk
Hi Julien, On 08.02.18 21:21, Julien Grall wrote: At the moment, Xen provides virtual PSCI interface compliant with 0.1 and 0.2. Since them, the specification has been updated and the latest version is 1.1 (see ARM DEN 0022D). From an implementation point of view, only PSCI_FEATURES is