Re: [Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296

2014-03-24 Thread Stefan Hajnoczi
On Fri, Mar 21, 2014 at 12:39:54PM -0400, Frank Ch. Eigler wrote: > Hi - > > On Fri, Mar 21, 2014 at 04:28:24PM +0100, Stefan Hajnoczi wrote: > > SystemTap sdt.h sometimes results in compiled probes without sufficient > > information to extract arguments. See code comment for details on this > >

Re: [Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296

2014-03-21 Thread Frank Ch. Eigler
Hi - On Fri, Mar 21, 2014 at 04:28:24PM +0100, Stefan Hajnoczi wrote: > SystemTap sdt.h sometimes results in compiled probes without sufficient > information to extract arguments. See code comment for details on this > workaround. > > This patch fixes the apic_reset_irq_delivered() trace event on

[Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296

2014-03-21 Thread Stefan Hajnoczi
SystemTap sdt.h sometimes results in compiled probes without sufficient information to extract arguments. See code comment for details on this workaround. This patch fixes the apic_reset_irq_delivered() trace event on Fedora 20 with gcc-4.8.2-7.fc20 and systemtap-sdt-devel-2.4-2.fc20 on x86_64.