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

2011-02-11 Thread Eric Blake
On 02/10/2011 06:48 AM, Jiri Denemark wrote: >> On 02/09/2011 09:02 AM, Jiri Denemark wrote: >>> This is done for two reasons: >>> - 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 constr

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

2011-02-10 Thread Jiri Denemark
> On 02/09/2011 09:02 AM, Jiri Denemark wrote: > > This is done for two reasons: > > - 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 i

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

2011-02-09 Thread Eric Blake
On 02/09/2011 09:02 AM, Jiri Denemark wrote: > This is done for two reasons: > - 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 Does gcc