Skip to content

Commit 2558eb4

Browse files
rivos-eblotloiclefort
authored andcommitted
[ot] system: fix invalid option definition for OT devices
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent f2375b4 commit 2558eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/vl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ static QemuOptsList qemu_ot_device_opts = {
508508
.implied_opt_name = "ot_id",
509509
.head = QTAILQ_HEAD_INITIALIZER(qemu_ot_device_opts.head),
510510
.desc = {
511+
{ /* end of list */ }
511512
},
512513
};
513514

0 commit comments

Comments
 (0)