mirror of
https://github.com/xemu-project/xemu.git
synced 2026-09-07 05:03:15 +02: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>