Re: [libvirt] [RFC PATCH 0/6] Switch over qemu command line capabilities to virBitmap

2011-02-09 Thread Daniel Veillard
On Wed, Feb 09, 2011 at 05:01:57PM +0100, Jiri Denemark wrote: > There are two main reasons behind this patchset: > - we are getting very close to 64 flags which is the maximum we can use with > unsigned long long > - by using LL constants in enum we already violates C99 constraint that enum >

[libvirt] [RFC PATCH 0/6] Switch over qemu command line capabilities to virBitmap

2011-02-09 Thread Jiri Denemark
There are two main reasons behind this patchset: - we are getting very close to 64 flags which is the maximum we can use with unsigned long long - by using LL constants in enum we already violates C99 constraint that enum values have to fit into int This is a very conflict-prone patchset so I'