mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-11 20:54:44 +00:00
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 <pbonzini@redhat.com>