tools: libxl: CODING_STYLE: GC* cannot be used with NOGC
authorIan Campbell <ian.campbell@citrix.com>
Fri, 16 Oct 2015 10:33:12 +0000 (11:33 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 22 Oct 2015 15:07:43 +0000 (16:07 +0100)
commit8b7df8e8079995b3b9431084f77fe2526eb4ef18
tree8c3b46f2c1d64950caeb8ff3901c263283789866
parentf8b201e720020b7fb7e557dc3146913b3c18b90f
tools: libxl: CODING_STYLE: GC* cannot be used with NOGC

GC* assume an existing gc in scope, which means they can't be passed
NOGC. Instead recommend the use of the underlying functions with NOGC,
noting that this is excepitonal.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
[ ijc -- refer to libxl__calloc not (nonexistent) libxl__alloc ]
tools/libxl/CODING_STYLE