From patchwork Mon Mar 26 12:07:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 148710 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2AEAFB6EF4 for ; Mon, 26 Mar 2012 23:08:54 +1100 (EST) Received: from localhost ([::1]:34951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8jD-0006Hb-TY for incoming@patchwork.ozlabs.org; Mon, 26 Mar 2012 08:08:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8iu-0005mK-HC for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC8ik-0005lg-8v for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:32 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:39123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8ij-0005lD-W0 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:22 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Mar 2012 13:08:18 +0100 Received: from d06nrmr1307.portsmouth.uk.ibm.com (9.149.38.129) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 26 Mar 2012 13:07:56 +0100 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2QC7t5i2527358 for ; Mon, 26 Mar 2012 13:07:56 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2QC7t54012181 for ; Mon, 26 Mar 2012 06:07:55 -0600 Received: from localhost (dyn-9-174-219-44.manchester-maybrook.uk.ibm.com [9.174.219.44]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q2QC7t6O012166; Mon, 26 Mar 2012 06:07:55 -0600 From: Stefan Hajnoczi To: Anthony Liguori Date: Mon, 26 Mar 2012 13:07:47 +0100 Message-Id: <1332763670-32063-3-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1332763670-32063-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1332763670-32063-1-git-send-email-stefanha@linux.vnet.ibm.com> x-cbid: 12032612-3548-0000-0000-00000171EB08 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.112 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Michael Roth Subject: [Qemu-devel] [PATCH 2/5] test: remove qemu-ga reference X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Michael Roth This was added by mistake a while back. Signed-off-by: Michael Roth Signed-off-by: Stefan Hajnoczi --- Makefile | 1 + tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 8d6b558..d8e1f36 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