]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/hbitmap.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / util / hbitmap.c
index 297db35fb11e1f02eee5e3a3ced40d44876ff20c..6d6e1b595d9ade3edc3c5c73b9e49da05027ac57 100644 (file)
@@ -331,7 +331,7 @@ bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count,
 
     assert(next_zero > start);
     *pnum = next_zero - start;
-    return false;
+    return true;
 }
 
 bool hbitmap_empty(const HBitmap *hb)