mirror of https://github.com/xqemu/xqemu.git
block: Fix qemu_root_bds_opts.head initialisation
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
331ac65963
commit
23f7fcb295
|
@ -4221,7 +4221,7 @@ QemuOptsList qemu_common_drive_opts = {
|
||||||
|
|
||||||
static QemuOptsList qemu_root_bds_opts = {
|
static QemuOptsList qemu_root_bds_opts = {
|
||||||
.name = "root-bds",
|
.name = "root-bds",
|
||||||
.head = QTAILQ_HEAD_INITIALIZER(qemu_common_drive_opts.head),
|
.head = QTAILQ_HEAD_INITIALIZER(qemu_root_bds_opts.head),
|
||||||
.desc = {
|
.desc = {
|
||||||
{
|
{
|
||||||
.name = "discard",
|
.name = "discard",
|
||||||
|
|
Loading…
Reference in New Issue