Il 29/02/2012 14:37, Paolo Bonzini ha scritto:
> +            assert(!(dev_info->snapshot->has_format && format));

Oops, this wanted to be

assert(dev_info->snapshot->has_format == (format != NULL));

but it can just be omitted, I wasn't sure of how QAPI handled optionals.

Paolo

Reply via email to