From 39cb514f02c7daf6378117e28be7a659a69e48b7 Mon Sep 17 00:00:00 2001 From: Chen Fan Date: Wed, 4 Feb 2015 11:45:32 -0700 Subject: [PATCH] vfio: fix wrong initialize vfio_group_list Signed-off-by: Chen Fan Signed-off-by: Alex Williamson --- 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); -- 2.7.4