Statistics
| Branch: | Revision:

root / qapi / opts-visitor.h @ e36c8766

History | View | Annotate | Download (870 Bytes)

# Date Author Comment
eb7ee2cb 07/23/2012 01:55 pm Laszlo Ersek

qapi: introduce OptsVisitor

This visitor supports parsing

-option [type=]discriminator[,optarg1=val1][,optarg2=val2][,...]

style QemuOpts objects into "native" C structures. After defining the type
tree in the qapi schema (see below), a root type traversal with this...