Re: [Qemu-devel] [PATCH] Fix test suite build with tracing enabled

2010-10-20 Thread Luiz Capitulino
On Tue, 19 Oct 2010 16:03:15 +0200 Jan Kiszka wrote: > qemu_malloc instrumentations require linking against the trace objects. > > Signed-off-by: Jan Kiszka Applied to the Monitor queue, thanks. > --- > Makefile | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) > > dif

[Qemu-devel] [PATCH] Fix test suite build with tracing enabled

2010-10-19 Thread Jan Kiszka
qemu_malloc instrumentations require linking against the trace objects. Signed-off-by: Jan Kiszka --- Makefile | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 252c817..106a401 100644 --- a/Makefile +++ b/Makefile @@ -140,12 +140,12 @@