Re: [Qemu-devel] [PATCH] trace: tighten up trace-events regex to fix bad parse

2014-09-23 Thread Stefan Hajnoczi
On Mon, Sep 22, 2014 at 12:35:22PM -0500, Lluís Vilanova wrote: > Stefan Hajnoczi writes: > > > Use \w for properties and trace event names since they are both drawn > > from [a-zA-Z0-9_] character sets. > > > The .* for matching properties was too aggressive and caused the > > following failure

Re: [Qemu-devel] [PATCH] trace: tighten up trace-events regex to fix bad parse

2014-09-22 Thread Eric Auger
Dear all, Many thanks for the fix. I am currently travelling but I will test it early next week with vfio PCI & platform case. Also following Alex advises, I will move [RFC] vfio: migration to trace points into a PATCH. Best Regards Eric On 09/22/2014 07:35 PM, Lluís Vilanova wrote: > Stefan H

Re: [Qemu-devel] [PATCH] trace: tighten up trace-events regex to fix bad parse

2014-09-22 Thread Lluís Vilanova
Stefan Hajnoczi writes: > Use \w for properties and trace event names since they are both drawn > from [a-zA-Z0-9_] character sets. > The .* for matching properties was too aggressive and caused the > following failure with foo(int rc) "(this is a test)": > Traceback (most recent call last): >

[Qemu-devel] [PATCH] trace: tighten up trace-events regex to fix bad parse

2014-09-22 Thread Stefan Hajnoczi
Use \w for properties and trace event names since they are both drawn from [a-zA-Z0-9_] character sets. The .* for matching properties was too aggressive and caused the following failure with foo(int rc) "(this is a test)": Traceback (most recent call last): File "scripts/tracetool.py", lin