aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWei Wang <wei.w.wang@intel.com>2018-12-11 16:24:47 +0800
committerDr. David Alan Gilbert <dgilbert@redhat.com>2019-03-06 10:49:17 +0000
commite7c91368d24637f077b457187f8dff4767dfadae (patch)
tree6698304bbe36e6d9fa5df94e7ce17a9dd05fe505 /audio
parent609d3844076ebcfc507fb8a8ddaf2cb7d7c6bc48 (diff)
downloadqemu-e7c91368d24637f077b457187f8dff4767dfadae.zip
qemu-e7c91368d24637f077b457187f8dff4767dfadae.tar.gz
qemu-e7c91368d24637f077b457187f8dff4767dfadae.tar.bz2
bitmap: fix bitmap_count_one
BITMAP_LAST_WORD_MASK(nbits) returns 0xffffffff when "nbits=0", which makes bitmap_count_one fail to handle the "nbits=0" case. It appears to be preferred to remain BITMAP_LAST_WORD_MASK identical to the kernel implementation that it is ported from. So this patch fixes bitmap_count_one to handle the nbits=0 case. Inital Discussion Link: https://www.mail-archive.com/qemu-devel@nongnu.org/msg554316.html Signed-off-by: Wei Wang <wei.w.wang@intel.com> CC: Juan Quintela <quintela@redhat.com> CC: Dr. David Alan Gilbert <dgilbert@redhat.com> CC: Peter Xu <peterx@redhat.com> Message-Id: <1544516693-5395-2-git-send-email-wei.w.wang@intel.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions