projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331ac65
)
block: Fix qemu_root_bds_opts.head initialisation
author
Kevin Wolf
<kwolf@redhat.com>
Tue, 15 Mar 2016 13:43:14 +0000
(14:43 +0100)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 17 Mar 2016 14:47:56 +0000
(15:47 +0100)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
blockdev.c
patch
|
blob
|
history
diff --git
a/blockdev.c
b/blockdev.c
index 322ca03908fda628945a1ab2a16d8f75fa619151..e7b8676495bd1b959c6af2b686ade73fb1a456be 100644
(file)
--- a/
blockdev.c
+++ b/
blockdev.c
@@
-4221,7
+4221,7
@@
QemuOptsList qemu_common_drive_opts = {
static QemuOptsList qemu_root_bds_opts = {
.name = "root-bds",
- .head = QTAILQ_HEAD_INITIALIZER(qemu_
common_drive
_opts.head),
+ .head = QTAILQ_HEAD_INITIALIZER(qemu_
root_bds
_opts.head),
.desc = {
{
.name = "discard",