All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Novotny <minovotn@redhat.com>
To: Lei Li <lilei@linux.vnet.ibm.com>
Cc: pbonzini@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix the fail of compilation
Date: Tue, 09 Apr 2013 12:50:53 +0200	[thread overview]
Message-ID: <5163F28D.5030002@redhat.com> (raw)
In-Reply-To: <1365499423-19135-1-git-send-email-lilei@linux.vnet.ibm.com>


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 <lilei@linux.vnet.ibm.com>
> ---
>  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 <minovotn@redhat.com>

-- 
Michal Novotny <minovotn@redhat.com>, RHCE, Red Hat
Virtualization | libvirt-php bindings | php-virt-control.org

      parent reply	other threads:[~2013-04-09 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09  9:23 [Qemu-devel] [PATCH] Fix the fail of compilation Lei Li
2013-04-09  9:49 ` Richard W.M. Jones
2013-04-09 10:50 ` Michal Novotny [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=5163F28D.5030002@redhat.com \
    --to=minovotn@redhat.com \
    --cc=lilei@linux.vnet.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.