From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ1kz-00031g-5m for qemu-devel@nongnu.org; Fri, 27 May 2011 14:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQ1kv-00086r-6k for qemu-devel@nongnu.org; Fri, 27 May 2011 14:27:33 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:63760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ1ku-00086R-Sb for qemu-devel@nongnu.org; Fri, 27 May 2011 14:27:29 -0400 Message-ID: <4DDFECFF.4030306@mail.berlios.de> Date: Fri, 27 May 2011 20:27:11 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1304020934-26995-1-git-send-email-weil@mail.berlios.de> <4DB9D2DC.3080201@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] virtio-9p: Use relative includes for files in hw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Anthony Liguori Cc: blauwirbel@gmail.com, Venkateswararao Jujjuri , QEMU Developers , "Aneesh Kumar K.V" Am 29.04.2011 02:46, schrieb Peter Maydell: > On 28 April 2011 21:49, Anthony Liguori wrote: > >> On 04/28/2011 03:02 PM, Stefan Weil wrote: >> >>> -$(addprefix 9pfs/, $(9pfs-nested-y)): CFLAGS += -I$(SRC_PATH)/hw/ >>> >> Wouldn't it be more straight forward to just do QEMU_CFLAGS +=? >> > There aren't any other source files in QEMU which have custom > include paths -- why should 9pfs be a special case? > > -- PMM > Was this an acked-by? The patch is still uncommitted. Are there any objections? Stefan W.