On Wed, Jun 10, 2015 at 02:38:15PM +0100, Ross Lagerwall wrote:
> The current code for allocating memory for PV guests batches the
> hypercalls to allocate memory by allocating 1024*1024 extents of order 0
> at a time. To make this faster, first try allocating single extents of
> order 9 (2 MiB) be
The current code for allocating memory for PV guests batches the
hypercalls to allocate memory by allocating 1024*1024 extents of order 0
at a time. To make this faster, first try allocating single extents of
order 9 (2 MiB) before falling back to the order 0 allocating if the
order 9 allocation fa