Re: [libvirt] [PATCHv3 6/6] build: add syntax check for proper flags use

2011-07-15 Thread Eric Blake
On 07/15/2011 09:52 AM, Matthias Bolte wrote: 2011/7/15 Eric Blake: Enforce the recent flags cleanups - we want to use 'unsigned int flags' in any of our APIs (except where backwards compatibility is important, in the public migration APIs), and that all flags are checked for validity (except wh

Re: [libvirt] [PATCHv3 6/6] build: add syntax check for proper flags use

2011-07-15 Thread Matthias Bolte
2011/7/15 Eric Blake : > Enforce the recent flags cleanups - we want to use 'unsigned int flags' > in any of our APIs (except where backwards compatibility is important, > in the public migration APIs), and that all flags are checked for > validity (except when there are stub functions that complet

[libvirt] [PATCHv3 6/6] build: add syntax check for proper flags use

2011-07-14 Thread Eric Blake
Enforce the recent flags cleanups - we want to use 'unsigned int flags' in any of our APIs (except where backwards compatibility is important, in the public migration APIs), and that all flags are checked for validity (except when there are stub functions that completely ignore the flags argument).