Re: [Qemu-devel] [PATCH] hw/9pfs: Make VirtFS tracing work correctly

2011-10-30 Thread Blue Swirl
Thanks, applied. On Mon, Oct 24, 2011 at 09:39, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > this patch fix multiple issues with VirtFS tracing. > a) Add tracepoint to the correct code path. We handle error in complete_pdu > b) Fix indentation in python script > c) Fix variable naming

[Qemu-devel] [PATCH] hw/9pfs: Make VirtFS tracing work correctly

2011-10-24 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" this patch fix multiple issues with VirtFS tracing. a) Add tracepoint to the correct code path. We handle error in complete_pdu b) Fix indentation in python script c) Fix variable naming issue in python script Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p.c