Re: [Qemu-devel] [PATCH 1/1] unbreak dtrace tracing due to double _ in rdma names

2015-02-18 Thread Stefan Hajnoczi
On Mon, Feb 16, 2015 at 04:58:05PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > It looks like the dtrace trace code gets upset if you have trace names > with __ in, which the migration/rdma.c code does. > > Rename the functions and the associated traces. > > F

Re: [Qemu-devel] [PATCH 1/1] unbreak dtrace tracing due to double _ in rdma names

2015-02-16 Thread Andreas Färber
Am 16.02.2015 um 17:58 schrieb Dr. David Alan Gilbert (git): > From: "Dr. David Alan Gilbert" > > It looks like the dtrace trace code gets upset if you have trace names > with __ in, which the migration/rdma.c code does. > > Rename the functions and the associated traces. > > Fixes: 733252deb8b

Re: [Qemu-devel] [PATCH 1/1] unbreak dtrace tracing due to double _ in rdma names

2015-02-16 Thread Paolo Bonzini
On 16/02/2015 17:58, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > It looks like the dtrace trace code gets upset if you have trace names > with __ in, which the migration/rdma.c code does. > > Rename the functions and the associated traces. > > Fixes: 733252deb8b7d

[Qemu-devel] [PATCH 1/1] unbreak dtrace tracing due to double _ in rdma names

2015-02-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" It looks like the dtrace trace code gets upset if you have trace names with __ in, which the migration/rdma.c code does. Rename the functions and the associated traces. Fixes: 733252deb8b7d37beacda5976c2769e18642b2fa Signed-off-by: Dr. David Alan Gilbert Reporte