From: Julien Grall <julien.grall@citrix.com>
To: Linda <lindaj@jma3.com>, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: julien.grall@citrix.com, xen-devel@lists.xenproject.org,
lars.kurth@xen.org, wei.liu2@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH] tools/libxl new bitmap functions
Date: Tue, 7 Apr 2015 16:51:54 +0100 [thread overview]
Message-ID: <5523FD1A.40800@citrix.com> (raw)
In-Reply-To: <5523FB87.4070803@jma3.com>
Hi Linda,
On 07/04/15 16:45, Linda wrote:
>>> + size = (bitmap1->size > bitmap2->size) ? bitmap1->size :
>>> bitmap2->size;
>> There might be an 'max' macro somwhere in the code that you could use
>> for this?
> Any guesses on where I might find the max macro. When I grep max, all I
> find are definitions of constants that are the
> max of something.
There is a macro max_t in libxl_internal.h that can be used to get the
maximum of 2 numbers.
Regards,
--
Julien Grall
next prev parent reply other threads:[~2015-04-07 15:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 17:38 [PATCH] tools/libxl new bitmap functions Linda Jacobson
2015-04-02 19:34 ` Konrad Rzeszutek Wilk
2015-04-03 14:37 ` Dario Faggioli
2015-04-07 15:45 ` Linda
2015-04-07 15:51 ` Julien Grall [this message]
2015-04-03 9:25 ` Dario Faggioli
2015-04-03 13:48 ` Linda
2015-04-03 14:34 ` Dario Faggioli
2015-04-07 10:54 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5523FD1A.40800@citrix.com \
--to=julien.grall@citrix.com \
--cc=konrad.wilk@oracle.com \
--cc=lars.kurth@xen.org \
--cc=lindaj@jma3.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.