projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6f25e
)
vfio: fix wrong initialize vfio_group_list
author
Chen Fan
<chen.fan.fnst@cn.fujitsu.com>
Wed, 4 Feb 2015 18:45:32 +0000
(11:45 -0700)
committer
Alex Williamson
<alex.williamson@redhat.com>
Wed, 4 Feb 2015 18:45:32 +0000
(11:45 -0700)
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c
patch
|
blob
|
history
diff --git
a/hw/vfio/common.c
b/hw/vfio/common.c
index cf483fffa9d5333a56bcdc8d9204c6fa5e30bc15..e71385e4fef09978d6bef9c0a1e3aef1b1299e15 100644
(file)
--- 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);