From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPWWw-0007gk-3c for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPWWv-0006JK-02 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:16:02 -0400 Received: from greensocs.com ([87.106.252.221]:48831 helo=s15328186.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPWWu-0006J7-P8 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:16:00 -0400 Message-ID: <5163F86B.3010001@greensocs.com> Date: Tue, 09 Apr 2013 13:15:55 +0200 From: =?ISO-8859-1?Q?KONRAD_Fr=E9d=E9ric?= MIME-Version: 1.0 References: <1365495755-10902-1-git-send-email-hdegoede@redhat.com> <5163D31F.5060901@redhat.com> <5163DFC7.4050606@greensocs.com> <5163E102.6060302@redhat.com> In-Reply-To: <5163E102.6060302@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Paolo Bonzini Cc: Hans de Goede , qemu-devel On 09/04/2013 11:36, Paolo Bonzini wrote: > 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? >> >> We have two virtio-9p.h: >> ./hw/9pfs/virtio-9p.h >> ./include/hw/virtio/virtio-9p.h >> >> 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 Ok, so you'll keep the same name for both files? Thanks, Fred