aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/opts-visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/opts-visitor.h')
-rw-r--r--include/qapi/opts-visitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qapi/opts-visitor.h b/include/qapi/opts-visitor.h
index fe37ed9..ae1bf7c 100644
--- a/include/qapi/opts-visitor.h
+++ b/include/qapi/opts-visitor.h
@@ -32,7 +32,8 @@ typedef struct OptsVisitor OptsVisitor;
*
* The Opts input visitor does not implement support for visiting QAPI
* alternates, numbers (other than integers), null, or arbitrary
- * QTypes.
+ * QTypes. It also requires a non-null list argument to
+ * visit_start_list().
*/
OptsVisitor *opts_visitor_new(const QemuOpts *opts);
void opts_visitor_cleanup(OptsVisitor *nv);