mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-17 10:38:52 +00:00
vfio: fix wrong initialize vfio_group_list
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
ec6f25e788
commit
39cb514f02
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user