All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
To: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Cc: aliguori@us.ibm.com, wdongxu@cn.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] fix compile error
Date: Wed, 10 Apr 2013 10:15:36 +0800	[thread overview]
Message-ID: <5164CB48.6070209@linux.vnet.ibm.com> (raw)
In-Reply-To: <1365504628-6027-1-git-send-email-wdongxu@linux.vnet.ibm.com>

On 2013/4/9 18:50, Dong Xu Wang wrote:
> Since 0d09e41a51aa0752b1ce525ce084f7cd210e461b virtio-9p-device.h has
> been renamed as virtio-9p.h, so there will be a compiling error. This
> patch will fix it.
>
>
> Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
> ---
>   hw/9pfs/virtio-9p-device.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c
> index 43f930e..f8accb7 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 "virtio-9p.h"
>   #include "virtio-9p-xattr.h"
>   #include "virtio-9p-coth.h"
>


Oh... I noticed that Lei has sent the patch, so please ignore this one..

      reply	other threads:[~2013-04-10  2:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 10:50 [Qemu-devel] [PATCH] fix compile error Dong Xu Wang
2013-04-10  2:15 ` Dong Xu Wang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5164CB48.6070209@linux.vnet.ibm.com \
    --to=wdongxu@linux.vnet.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wdongxu@cn.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.