qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] Fix guest agent build with simpletrace


From: Lluís
Subject: Re: [Qemu-devel] [PATCH 1/2] Fix guest agent build with simpletrace
Date: Fri, 26 Aug 2011 21:12:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Blue Swirl writes:

> 957f1f99f263d57612807a9535f75ca4473f05f0 didn't consider
> that qemu-timer-common.o is needed by simpletrace.

> Fix by adding it to qga object list.

> Signed-off-by: Blue Swirl <address@hidden>
> ---
>  Makefile.objs |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

> diff --git a/Makefile.objs b/Makefile.objs
> index d1f3e5d..df11aec 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -404,6 +404,9 @@ qga-obj-y = $(addprefix qga/, $(qga-nested-y))
>  qga-obj-y += qemu-ga.o qemu-tool.o qemu-error.o qemu-sockets.o
> module.o qemu-option.o cutils.o osdep.o
>  qga-obj-$(CONFIG_WIN32) += oslib-win32.o
>  qga-obj-$(CONFIG_POSIX) += oslib-posix.o
> +ifeq ($(TRACE_BACKEND),simple)
> +qga-obj-y += qemu-timer-common.o
> +endif

>  vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)

I sent a patch that should fix it for everybody linking with the tracing
objects:

http://lists.gnu.org/archive/html/qemu-devel/2011-08/msg03150.html


Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]