From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLyFT-0005PG-8g for qemu-devel@nongnu.org; Fri, 07 Mar 2014 12:07:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLyFM-0001fy-6S for qemu-devel@nongnu.org; Fri, 07 Mar 2014 12:07:51 -0500 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:43349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLyFL-0001fe-Co for qemu-devel@nongnu.org; Fri, 07 Mar 2014 12:07:44 -0500 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 8 Mar 2014 03:07:38 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id A9AAC3578052 for ; Sat, 8 Mar 2014 04:07:35 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s27GlcL37733642 for ; Sat, 8 Mar 2014 03:47:39 +1100 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s27H7YKt021487 for ; Sat, 8 Mar 2014 04:07:34 +1100 From: "Aneesh Kumar K.V" In-Reply-To: <5319E629.9070005@suse.de> References: <1394205380-31875-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1394205380-31875-6-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <5319E629.9070005@suse.de> Date: Fri, 07 Mar 2014 22:37:30 +0530 Message-ID: <87ob1i9bu5.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 5/5] hw/9pfs: Include virtio-9p-device.o in build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, anthony@codemonkey.ws Andreas F=C3=A4rber writes: > Am 07.03.2014 16:16, schrieb Aneesh Kumar K.V: >> From: "Aneesh Kumar K.V" >>=20 >> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including >> hw/Makefile.objs directly from Makefile.target. Make sure hw/Makefile.ob= js >> rules doesn't depend on variable defined in Makefile.objs >>=20 >> Tested-by: Serge Hallyn >> Signed-off-by: Aneesh Kumar K.V > > Missing my Tested-by FWIW - but getting it fixed is the important part. > I had the tree pushed to github before that based on Serge's feedback. I didn't want to rewrite the history before pull request. -aneesh