Re: [Xen-devel] [PATCH v6 1/2] xsm: rework policy_buffer globals

2016-07-14 Thread Andrew Cooper
On 14/07/16 15:18, Daniel De Graaf wrote: > This makes the buffers function parameters instead of globals, in > preparation for adding alternate locations for the policy. > > Signed-off-by: Daniel De Graaf > Reviewed-by: Jan Beulich > --- Reviewed and committed both patches. ~Andrew __

Re: [Xen-devel] [PATCH v6 1/2] xsm: rework policy_buffer globals

2016-07-14 Thread Andrew Cooper
On 14/07/16 15:18, Daniel De Graaf wrote: > This makes the buffers function parameters instead of globals, in > preparation for adding alternate locations for the policy. > > Signed-off-by: Daniel De Graaf > Reviewed-by: Jan Beulich Reviewed-by: Andrew Cooper __

[Xen-devel] [PATCH v6 1/2] xsm: rework policy_buffer globals

2016-07-14 Thread Daniel De Graaf
This makes the buffers function parameters instead of globals, in preparation for adding alternate locations for the policy. Signed-off-by: Daniel De Graaf Reviewed-by: Jan Beulich --- Changes since v5: - Adjusted __init annotation placement - Removed unneeded cast to char* xen/include/xsm/