From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPW9g-00061W-96 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 06:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPW9e-0007KH-Es for qemu-devel@nongnu.org; Tue, 09 Apr 2013 06:52:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPW9e-0007JK-79 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 06:51:58 -0400 Message-ID: <5163F28D.5030002@redhat.com> Date: Tue, 09 Apr 2013 12:50:53 +0200 From: Michal Novotny MIME-Version: 1.0 References: <1365499423-19135-1-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1365499423-19135-1-git-send-email-lilei@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix the fail of compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On 04/09/2013 11:23 AM, Lei Li wrote: > Commit 47b5264eb3e1cd2825e48d28fd0d1b239ed53974 broke the compile. It's > caused by the rename of the file: > > hw/9pfs/virtio-9p-device.h => include/hw/virtio/virtio-9p.h > > Signed-off-by: Lei Li > --- > hw/9pfs/virtio-9p-device.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c > index 43f930e..18e3397 100644 > --- a/hw/9pfs/virtio-9p-device.c > +++ b/hw/9pfs/virtio-9p-device.c > @@ -16,7 +16,7 @@ > #include "qemu/sockets.h" > #include "virtio-9p.h" > #include "fsdev/qemu-fsdev.h" > -#include "virtio-9p-device.h" > +#include "hw/virtio/virtio-9p.h" > #include "virtio-9p-xattr.h" > #include "virtio-9p-coth.h" > Fixes issue. Reviewed-by: Michal Novotny -- Michal Novotny , RHCE, Red Hat Virtualization | libvirt-php bindings | php-virt-control.org