On Thu, Dec 03, 2015 at 11:22:18AM +0000, Ian Campbell wrote: > By having the "num" argument before the page and error arrays we can > potentially use a variable-length-array argument ("int pages[num]") in > the function prototype. > > However VLAs are a C99 feature and we are currently targetting C89 and > later, so we don't actually make use of this here, merely arrange that > we can switch to VLAs in the future without changing the function ABI. > > Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
Acked-by: Wei Liu <wei.l...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel