qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] fix compile error


From: Dong Xu Wang
Subject: Re: [Qemu-devel] [PATCH] fix compile error
Date: Wed, 10 Apr 2013 10:15:36 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

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 <address@hidden>
---
  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 via email to

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