qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix the fail of compilation


From: Michal Novotny
Subject: Re: [Qemu-devel] [PATCH] Fix the fail of compilation
Date: Tue, 09 Apr 2013 12:50:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

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 <address@hidden>
> ---
>  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 <address@hidden>

-- 
Michal Novotny <address@hidden>, RHCE, Red Hat
Virtualization | libvirt-php bindings | php-virt-control.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]