>>> On 04.01.18 at 14:05, wrote:
> Reserve a hole in a rangeset.
At the end of this operation the new range isn't distinguishable
from a range added by rangeset_add_range(). Hence I don't think
the term "hole" is really appropriate.
> --- a/xen/common/rangeset.c
> +++ b/xen/common/rangeset.c
> @
Reserve a hole in a rangeset.
Signed-off-by: Roger Pau Monne
Signed-off-by: Wei Liu
---
xen/common/rangeset.c | 51 ++
xen/include/xen/rangeset.h | 4
2 files changed, 55 insertions(+)
diff --git a/xen/common/rangeset.c b/xen/common/ranges