Re: [Qemu-devel] [PATCH] block: Fix build with tracing enabled

2013-04-24 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] block: Fix build with tracing enabled

2013-04-23 Thread Stefan Hajnoczi
On Mon, Apr 22, 2013 at 05:48:40PM +0200, Kevin Wolf wrote: > filename was still uninitialised when it's used as a parameter to a > tracing function, so let's move the initialisation. Also, commit c2ad1b0c > forgot to add a NULL check, which this patch adds while we're at it. > > Signed-off-by: Ke

Re: [Qemu-devel] [PATCH] block: Fix build with tracing enabled

2013-04-22 Thread Eric Blake
On 04/22/2013 09:48 AM, Kevin Wolf wrote: > filename was still uninitialised when it's used as a parameter to a > tracing function, so let's move the initialisation. Also, commit c2ad1b0c > forgot to add a NULL check, which this patch adds while we're at it. > > Signed-off-by: Kevin Wolf > --- >

Re: [Qemu-devel] [PATCH] block: Fix build with tracing enabled

2013-04-22 Thread Andreas Färber
Am 22.04.2013 17:48, schrieb Kevin Wolf: > filename was still uninitialised when it's used as a parameter to a > tracing function, so let's move the initialisation. Also, commit c2ad1b0c > forgot to add a NULL check, which this patch adds while we're at it. > > Signed-off-by: Kevin Wolf Tested-b

[Qemu-devel] [PATCH] block: Fix build with tracing enabled

2013-04-22 Thread Kevin Wolf
filename was still uninitialised when it's used as a parameter to a tracing function, so let's move the initialisation. Also, commit c2ad1b0c forgot to add a NULL check, which this patch adds while we're at it. Signed-off-by: Kevin Wolf --- block.c | 14 +++--- 1 file changed, 7 insertio