On Fri, Apr 10, 2015 at 12:41:13 +0200, Erik Skultety wrote:
This patch partially reverts commit 983f5a which added a check for
invalid nodeset "0,^0" into virBitmapParse function. This change broke
the logic, as an empty bitmap should not cause an error. This should
rather be checked at individual spots.
This should be squashed in the previous patch. Additionally it would be
great if you could also add tests to virbitmaptest to test this
particular case so that somebody doesn't change it in the future.
Peter