Re: [Xen-devel] [PATCH v2 4/4] x86/shadow: Switch to using bool

2017-06-30 Thread Tim Deegan
At 16:40 +0100 on 30 Jun (1498840853), Andrew Cooper wrote: > * sh_pin() has boolean properties, so switch its return type. > * sh_remove_shadows() uses ints everywhere other than its stub. > > Signed-off-by: Andrew Cooper Reviewed-by: Tim Deegan

[Xen-devel] [PATCH v2 4/4] x86/shadow: Switch to using bool

2017-06-30 Thread Andrew Cooper
* sh_pin() has boolean properties, so switch its return type. * sh_remove_shadows() uses ints everywhere other than its stub. Signed-off-by: Andrew Cooper --- CC: Tim Deegan v2: * Swich sh_remove_shadows() back to using ints. * Fix more comments and