From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCGCC-0006Yu-TD for qemu-devel@nongnu.org; Mon, 26 Mar 2012 16:07:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCGCA-0003nJ-KM for qemu-devel@nongnu.org; Mon, 26 Mar 2012 16:07:16 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:57946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCGCA-0003mu-Fb for qemu-devel@nongnu.org; Mon, 26 Mar 2012 16:07:14 -0400 Received: by yhoo21 with SMTP id o21so5157372yho.4 for ; Mon, 26 Mar 2012 13:07:12 -0700 (PDT) Message-ID: <4F70CC6D.9050404@codemonkey.ws> Date: Mon, 26 Mar 2012 15:07:09 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332202706-25061-1-git-send-email-mdroth@linux.vnet.ibm.com> <1332342646-9250-1-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1332342646-9250-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] test: remove qemu-ga reference List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: qemu-trivial@nongnu.org, stefanha@gmail.com, qemu-devel@nongnu.org On 03/21/2012 10:10 AM, Michael Roth wrote: > This was added by mistake a while back. > > Signed-off-by: Michael Roth Applied. Thanks. Regards, Anthony Liguori > --- > Makefile | 1 + > tests/Makefile | 2 +- > 2 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 1bc3cb0..cab7c74 100644 > --- a/Makefile > +++ b/Makefile > @@ -173,6 +173,7 @@ qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx > $(qapi-obj-y): $(GENERATED_HEADERS) > qapi-dir := $(BUILD_DIR)/qapi-generated > qemu-ga$(EXESUF): LIBS = $(LIBS_QGA) > +qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir) > > gen-out-type = $(subst .,-,$(suffix $@)) > > diff --git a/tests/Makefile b/tests/Makefile > index c78ade1..354fdbb 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -17,7 +17,7 @@ test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) > > test-qmp-input-visitor.o test-qmp-output-visitor.o \ > test-string-input-visitor.o test-string-output-visitor.o \ > - test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir) > + test-qmp-commands.o: QEMU_CFLAGS += -I $(qapi-dir) > > $(qapi-dir)/test-qapi-types.c $(qapi-dir)/test-qapi-types.h :\ > $(SRC_PATH)/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py