On a Thursday in 2021, Peter Krempa wrote:
There were two separate instances of string->virBitmap code:
virBitmapParseInternal and virBitmapParseUnlimited.
By adding a flag to switch to expanding APIs we can merge the two
implementations into one.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/virbitmap.c | 115 ++++++++++---------------------------------
1 file changed, 26 insertions(+), 89 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano