qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 1/2] qapi: change QmpOutputVisitor to QSLIST


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 1/2] qapi: change QmpOutputVisitor to QSLIST
Date: Thu, 7 Jul 2016 12:44:23 -0400 (EDT)

> >  struct QmpOutputVisitor
> >  {
> >      Visitor visitor;
> > -    QStack stack; /* Stack of containers that haven't yet been finished */
> > +    QSLIST_HEAD(, QStackEntry) stack; /* Stack of containers that haven't
> > yet been finished */
> 
> Long line.  I'll squash in Eric's proposed fix on commit if you don't
> mind:
> 
>        QSLIST_HEAD(...);           /* Stack of unfinished containers */

Yes, of course, sorry for forgetting about it.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]