mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +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>