qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 1/2] vfio: fix wrong initialize vfio_group_list


From: Alex Williamson
Subject: [Qemu-devel] [PULL 1/2] vfio: fix wrong initialize vfio_group_list
Date: Wed, 04 Feb 2015 12:09:23 -0700
User-agent: StGit/0.17.1-dirty

From: Chen Fan <address@hidden>

Signed-off-by: Chen Fan <address@hidden>
Signed-off-by: Alex Williamson <address@hidden>
---
 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);
 




reply via email to

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