Statistics
| Branch: | Revision:

root / qapi / string-input-visitor.c @ feature-archipelago

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
a5829ccf 02/14/2014 10:12 pm Paolo Bonzini

qapi: Add size parser to StringInputVisitor

Signed-off-by: Paolo Bonzini <>
Reviewed-by: Eric Blake <>
Reviewed-by: Igor Mammedov <>
Signed-off-by: Andreas Färber <>

7b1b5d19 12/19/2012 09:31 am Paolo Bonzini

qapi: move include files to include/qobject/

Signed-off-by: Paolo Bonzini <>

a020f980 02/21/2012 11:21 am Paolo Bonzini

qapi: add string-based visitors

String based visitors provide a consistent interface for parsing
strings to C values, as well as consuming C values as strings.
They will be used to parse command-line options.

Signed-off-by: Paolo Bonzini <>