mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-22 09:45:51 +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>