qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] virtio-9p: Fix virtio-9p no longer building aft


From: KONRAD Frédéric
Subject: Re: [Qemu-devel] [PATCH] virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
Date: Tue, 09 Apr 2013 11:30:47 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 09/04/2013 10:36, Paolo Bonzini wrote:
Il 09/04/2013 10:22, Hans de Goede ha scritto:
Signed-off-by: Hans de Goede <address@hidden>
Cc: Paolo Bonzini <address@hidden>
---
  hw/9pfs/virtio-9p-device.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
Ouch, /me installs libcap-ng-devel.

Thanks.

Paolo

diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c
index 43f930e..b476b81 100644
--- a/hw/9pfs/virtio-9p-device.c
+++ b/hw/9pfs/virtio-9p-device.c
@@ -12,11 +12,11 @@
   */
#include "hw/virtio/virtio.h"
+#include "hw/virtio/virtio-9p.h"
[..]
  #include "virtio-9p.h"
Is that normal?

We have two virtio-9p.h:
./hw/9pfs/virtio-9p.h
./include/hw/virtio/virtio-9p.h

which can be confusing.

is it not better to re-rename virtio-9p.h => virtio-9p-device.h?
-#include "virtio-9p-device.h"





reply via email to

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