From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUyM-0004YE-JZ for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:36:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPUyK-0007z9-MU for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:36:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUyK-0007z1-Eh for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:36:12 -0400 Message-ID: <5163E102.6060302@redhat.com> Date: Tue, 09 Apr 2013 11:36:02 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365495755-10902-1-git-send-email-hdegoede@redhat.com> <5163D31F.5060901@redhat.com> <5163DFC7.4050606@greensocs.com> In-Reply-To: <5163DFC7.4050606@greensocs.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?KONRAD_Fr=E9d=E9ric?= Cc: Hans de Goede , qemu-devel Il 09/04/2013 11:30, KONRAD Fr=E9d=E9ric ha scritto: >>> >>> #include "hw/virtio/virtio.h" >>> +#include "hw/virtio/virtio-9p.h" > [..] >>> #include "virtio-9p.h" > Is that normal? >=20 > We have two virtio-9p.h: > ./hw/9pfs/virtio-9p.h > ./include/hw/virtio/virtio-9p.h >=20 > which can be confusing. Yes, the first one is only included with a local path. Though I think this is what confused my scripts. Paolo