qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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

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).