qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list
@ 2015-01-22  3:50 Chen Fan
  2015-01-22  8:14 ` Eric Auger
  0 siblings, 1 reply; 6+ messages in thread
From: Chen Fan @ 2015-01-22  3:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Williamson

Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
---
 hw/vfio/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/vfio/common.c b/hw/vfio/common.c
index cf483ff..e71385e 100644
--- a/hw/vfio/common.c
+++ b/hw/vfio/common.c
@@ -32,7 +32,7 @@
 #include "trace.h"
 
 struct vfio_group_head vfio_group_list =
-    QLIST_HEAD_INITIALIZER(vfio_address_spaces);
+    QLIST_HEAD_INITIALIZER(vfio_group_list);
 struct vfio_as_head vfio_address_spaces =
     QLIST_HEAD_INITIALIZER(vfio_address_spaces);
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-26  2:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  3:50 [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list Chen Fan
2015-01-22  8:14 ` Eric Auger
2015-01-26  1:06   ` Chen Fan
2015-01-26  2:06     ` Alex Williamson
2015-01-26  2:18       ` Chen Fan
2015-01-26  2:39         ` Alex Williamson

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