Re: [Qemu-devel] [PATCH 11/15] openpic: use standard bitmap operations

2013-01-03 Thread Alexander Graf
On 22.12.2012, at 03:15, Scott Wood wrote: > Besides the private implementation being redundant, namespace collisions > prevented the use of other things in bitops.h. > > Serialization does get a bit more awkward, unfortunately, since the > standard bitmap operations are "unsigned long" rather t

[Qemu-devel] [PATCH 11/15] openpic: use standard bitmap operations

2012-12-21 Thread Scott Wood
Besides the private implementation being redundant, namespace collisions prevented the use of other things in bitops.h. Serialization does get a bit more awkward, unfortunately, since the standard bitmap operations are "unsigned long" rather than "uint32_t", though in exchange we will get faster q