>>> On 21.04.17 at 16:05, <jennifer.herb...@citrix.com> wrote:
> +#define COPY_FROM_GUEST_BUF(dst, args, buf_idx) \
> +    _raw_copy_from_guest_buf(&dst, args, buf_idx, sizeof(dst))
> +
> +#define COPY_TO_GUEST_BUF(args, buf_idx, src) \
> +    _raw_copy_to_guest_buf(args, buf_idx, &src, sizeof(src))

Why all caps all of the sudden? With this undone
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to