On Tue, Mar 25, 2014 at 01:26:05PM +0100, Stefan Hajnoczi wrote: > From: "Frank Ch. Eigler" <f...@redhat.com> > > SystemTap sdt.h sometimes results in compiled probes without sufficient > information to extract arguments. This can be solved in a slightly > hacky way by encouraging the compiler to place arguments into registers. > > 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. > > Signed-off-by: Frank Ch. Eigler <f...@redhat.com> > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > hw/intc/apic_common.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-)
Applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan