Revision 4a2594dd qemu-option.c
b/qemu-option.c | ||
---|---|---|
814 | 814 |
int rc = 0; |
815 | 815 |
|
816 | 816 |
QTAILQ_FOREACH(opts, &list->head, next) { |
817 |
rc = func(opts, opaque); |
|
817 |
rc |= func(opts, opaque);
|
|
818 | 818 |
if (abort_on_failure && rc != 0) |
819 | 819 |
break; |
820 | 820 |
} |
Also available in: Unified diff