diff options
| author | Chen Fan | 2015-02-04 19:45:32 +0100 |
|---|---|---|
| committer | Alex Williamson | 2015-02-04 19:45:32 +0100 |
| commit | 39cb514f02c7daf6378117e28be7a659a69e48b7 (patch) | |
| tree | 2fbe285bde3114b0ea9419e6706c9f53d0c84a70 /hw | |
| parent | Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into st... (diff) | |
| download | qemu-39cb514f02c7daf6378117e28be7a659a69e48b7.tar.gz qemu-39cb514f02c7daf6378117e28be7a659a69e48b7.tar.xz qemu-39cb514f02c7daf6378117e28be7a659a69e48b7.zip | |
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>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/vfio/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/common.c b/hw/vfio/common.c index cf483fffa9..e71385e4fe 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); |
