mirror of
https://github.com/qemu/qemu.git
synced 2026-05-07 04:46:12 +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>