From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YljoD-0004zY-Cj for qemu-devel@nongnu.org; Fri, 24 Apr 2015 16:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yljo9-0001OL-Cc for qemu-devel@nongnu.org; Fri, 24 Apr 2015 16:02:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yljo9-0001OD-5K for qemu-devel@nongnu.org; Fri, 24 Apr 2015 16:02:41 -0400 Message-ID: <553AA15E.5080207@redhat.com> Date: Fri, 24 Apr 2015 16:02:38 -0400 From: John Snow MIME-Version: 1.0 References: <1429875320-410-1-git-send-email-famz@redhat.com> <1429875320-410-2-git-send-email-famz@redhat.com> In-Reply-To: <1429875320-410-2-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/5] tests: Link libqos virtio object to virtio-scsi-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, afaerber@suse.de, stefanha@redhat.com On 04/24/2015 07:35 AM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile b/tests/Makefile > index 55aa745..b6c0f18 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -343,7 +343,7 @@ tests/virtio-balloon-test$(EXESUF): tests/virtio-balloon-test.o > tests/virtio-blk-test$(EXESUF): tests/virtio-blk-test.o $(libqos-virtio-obj-y) > tests/virtio-net-test$(EXESUF): tests/virtio-net-test.o $(libqos-pc-obj-y) > tests/virtio-rng-test$(EXESUF): tests/virtio-rng-test.o $(libqos-pc-obj-y) > -tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o > +tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o $(libqos-virtio-obj-y) > tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o > tests/virtio-serial-test$(EXESUF): tests/virtio-serial-test.o > tests/virtio-console-test$(EXESUF): tests/virtio-console-test.o > Reviewed-by: John Snow