Re: [Xen-devel] [PATCH for-next v2 03/10] x86/domain: make release_compact_l4 NULL tolerant

2017-04-25 Thread Andrew Cooper
On 25/04/17 14:52, Wei Liu wrote: > Push the check in caller down to that function so that it becomes > idempotent. > > No functional change. > > Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org http

[Xen-devel] [PATCH for-next v2 03/10] x86/domain: make release_compact_l4 NULL tolerant

2017-04-25 Thread Wei Liu
Push the check in caller down to that function so that it becomes idempotent. No functional change. Signed-off-by: Wei Liu --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/domain.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/domain.c b/xen/arc