* [Qemu-devel] [PATCH] Fix the fail of compilation
@ 2013-04-09 9:23 Lei Li
2013-04-09 9:49 ` Richard W.M. Jones
2013-04-09 10:50 ` Michal Novotny
0 siblings, 2 replies; 3+ messages in thread
From: Lei Li @ 2013-04-09 9:23 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini, Lei Li
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"
--
1.7.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Fix the fail of compilation
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
1 sibling, 0 replies; 3+ messages in thread
From: Richard W.M. Jones @ 2013-04-09 9:49 UTC (permalink / raw)
To: Lei Li; +Cc: pbonzini, qemu-devel
On Tue, Apr 09, 2013 at 05:23:43PM +0800, 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"
ACK, this patch fixes the build for me.
(So does simply removing #include "virtio-9p-device.h" altogether)
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Fix the fail of compilation
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
1 sibling, 0 replies; 3+ messages in thread
From: Michal Novotny @ 2013-04-09 10:50 UTC (permalink / raw)
To: Lei Li; +Cc: pbonzini, qemu-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-09 10:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).