
9 Dec
2021
9 Dec
'21
1:46 p.m.
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@redhat.com> --- src/util/virbitmap.c | 115 ++++++++++--------------------------------- 1 file changed, 26 insertions(+), 89 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano