* [Qemu-devel] [PATCH] virtio-9p: fix compilation error.
@ 2013-01-14 21:52 fred.konrad
2013-01-15 1:44 ` Anthony Liguori
0 siblings, 1 reply; 3+ messages in thread
From: fred.konrad @ 2013-01-14 21:52 UTC (permalink / raw)
To: aliguori, mst; +Cc: qemu-devel, fred.konrad
From: KONRAD Frederic <fred.konrad@greensocs.com>
Fix the compilation error introduced by msg new field.
CC hw/9pfs/virtio-9p.o
In file included from /home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/9pfs/virtio-9p.c:17:0:
/home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/virtio-pci.h:30:16: erreur: field ‘msg’ has incomplete type
make: *** [hw/9pfs/virtio-9p.o] Erreur 1
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
---
hw/virtio-pci.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/virtio-pci.h b/hw/virtio-pci.h
index 9ff3139..917b465 100644
--- a/hw/virtio-pci.h
+++ b/hw/virtio-pci.h
@@ -15,6 +15,7 @@
#ifndef QEMU_VIRTIO_PCI_H
#define QEMU_VIRTIO_PCI_H
+#include "hw/pci/msi.h"
#include "virtio-blk.h"
#include "virtio-net.h"
#include "virtio-rng.h"
--
1.7.11.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] virtio-9p: fix compilation error.
2013-01-14 21:52 [Qemu-devel] [PATCH] virtio-9p: fix compilation error fred.konrad
@ 2013-01-15 1:44 ` Anthony Liguori
2013-01-15 6:56 ` Michael S. Tsirkin
0 siblings, 1 reply; 3+ messages in thread
From: Anthony Liguori @ 2013-01-15 1:44 UTC (permalink / raw)
To: fred.konrad, aliguori, mst; +Cc: qemu-devel
Thanks, applied.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] virtio-9p: fix compilation error.
2013-01-15 1:44 ` Anthony Liguori
@ 2013-01-15 6:56 ` Michael S. Tsirkin
0 siblings, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2013-01-15 6:56 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel, fred.konrad
On Tue, Jan 15, 2013 at 01:44:32AM -0000, Anthony Liguori wrote:
> Thanks, applied.
>
> Regards,
>
> Anthony Liguori
OK so one must have libcap-devel and libattr-devel
on a development box too.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-15 6:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 21:52 [Qemu-devel] [PATCH] virtio-9p: fix compilation error fred.konrad
2013-01-15 1:44 ` Anthony Liguori
2013-01-15 6:56 ` Michael S. Tsirkin
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).