Re: [libvirt] hooks mechanism - possible source code bug

2010-05-30 Thread Daniel Veillard
On Fri, May 28, 2010 at 01:33:49PM +0200, Paolo Smiraglia wrote: I'm working on hooks mechanism. When I try to add some field in enum virHookQemuOp make command return me error $ util/hooks.c:***: error: negative width in bit-field 'verify_error_if_negative_size__' I think

[libvirt] hooks mechanism - possible source code bug

2010-05-28 Thread Paolo Smiraglia
I'm working on hooks mechanism. When I try to add some field in enum virHookQemuOp make command return me error $ util/hooks.c:***: error: negative width in bit-field 'verify_error_if_negative_size__' I think the error is caused by a little programming error in /src/util/hooks.c:74

Re: [libvirt] hooks mechanism - possible source code bug

2010-05-28 Thread Eric Blake
On 05/28/2010 05:33 AM, Paolo Smiraglia wrote: I'm working on hooks mechanism. When I try to add some field in enum virHookQemuOp make command return me error $ util/hooks.c:***: error: negative width in bit-field 'verify_error_if_negative_size__' I think the error is caused