Re: [Qemu-devel] [PATCH] qapi: fix qapi_dealloc_type_size parameter type

2012-11-29 Thread Stefan Hajnoczi
On Tue, Nov 27, 2012 at 01:11:25PM -0700, Bruce Rogers wrote: The second parameter to qapi_dealloc_type_size should be a uint64_t *, not a size_t *. This was causing our 32 bit x86 build to fail, since warnings are treated as errors. Signed-off-by: Bruce Rogers brog...@suse.com ---

[Qemu-devel] [PATCH] qapi: fix qapi_dealloc_type_size parameter type

2012-11-27 Thread Bruce Rogers
The second parameter to qapi_dealloc_type_size should be a uint64_t *, not a size_t *. This was causing our 32 bit x86 build to fail, since warnings are treated as errors. Signed-off-by: Bruce Rogers brog...@suse.com --- qapi/qapi-dealloc-visitor.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [Qemu-devel] [PATCH] qapi: fix qapi_dealloc_type_size parameter type

2012-11-27 Thread mdroth
On Tue, Nov 27, 2012 at 01:11:25PM -0700, Bruce Rogers wrote: The second parameter to qapi_dealloc_type_size should be a uint64_t *, not a size_t *. This was causing our 32 bit x86 build to fail, since warnings are treated as errors. Signed-off-by: Bruce Rogers brog...@suse.com Doh, I

Re: [Qemu-devel] [PATCH] qapi: fix qapi_dealloc_type_size parameter type

2012-11-27 Thread Stefan Weil
Am 27.11.2012 21:54, schrieb mdroth: On Tue, Nov 27, 2012 at 01:11:25PM -0700, Bruce Rogers wrote: The second parameter to qapi_dealloc_type_size should be a uint64_t *, not a size_t *. This was causing our 32 bit x86 build to fail, since warnings are treated as errors. Signed-off-by: Bruce