On 18/07/2019 21:59, George Dunlap wrote:
>> +/* Common helper for TRACE_{1..6}D() below. */
>> +#define TRACE_varD(_e, ...)                             \
>> +    do {                                                \
>> +        if ( unlikely(tb_init_done) )                   \
>> +        {                                               \
>> +            uint32_t _d[] = { __VA_ARGS__ };            \
> Just to check — this will clip any larger values to uint32_t?

Yes.  Each array element will be truncated based on its type.

>
> If so:
>
> Acked-by: George Dunlap <george.dun...@citrix.com>

Thanks,

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to