On Wed, May 10, 2017 at 03:34:52PM +0200, Markus Armbruster wrote:
> Eduardo Habkost writes:
>
> > The new parameter will be used by the string input visitor to detect
> > alternate types that can't be parsed unambiguously.
> >
> > Signed-off-by: Eduardo Habkost
[...]
> > diff --git a/qapi/trace
Eduardo Habkost writes:
> The new parameter will be used by the string input visitor to detect
> alternate types that can't be parsed unambiguously.
>
> Signed-off-by: Eduardo Habkost
> ---
> Changes v1 -> v2:
> * (new patch added to series)
> ---
> include/qapi/visitor.h | 10 +-
On Fri, May 05, 2017 at 03:45:01PM -0500, Eric Blake wrote:
> On 05/05/2017 03:11 PM, Eduardo Habkost wrote:
> > The new parameter will be used by the string input visitor to detect
> > alternate types that can't be parsed unambiguously.
> >
> > Signed-off-by: Eduardo Habkost
> > ---
> > Changes
On 05/05/2017 03:11 PM, Eduardo Habkost wrote:
> The new parameter will be used by the string input visitor to detect
> alternate types that can't be parsed unambiguously.
>
> Signed-off-by: Eduardo Habkost
> ---
> Changes v1 -> v2:
> * (new patch added to series)
> ---
> +++ b/include/qapi/visi
The new parameter will be used by the string input visitor to detect
alternate types that can't be parsed unambiguously.
Signed-off-by: Eduardo Habkost
---
Changes v1 -> v2:
* (new patch added to series)
---
include/qapi/visitor.h | 10 +-
include/qapi/visitor-impl.h | 4 +++-
sc