qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] qapi: skip redundant includes


From: Benoît Canet
Subject: Re: [Qemu-devel] [PATCH v3] qapi: skip redundant includes
Date: Fri, 27 Jun 2014 17:28:01 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

The Friday 27 Jun 2014 à 17:14:33 (+0200), Markus Armbruster wrote :
> Benoît Canet <address@hidden> writes:
> 
> > The purpose of this change is to help create a json file containing
> > common definitions; each bit of generated C code must be emitted
> > only one time.
> >
> > A second history global to all QAPISchema instances has been added
> > to detect when a file is included more than one time and skip these
> > includes.
> > It does not act as a stack and the changes made to it by the
> > __init__ function are propagated back to the caller so it's really
> > a global state.
> >
> > Signed-off-by: Benoit Canet <address@hidden>
> 
> Committed a couple of weeks ago as 24fd848.

Yes I took a git send-email line in my bash history and forgot to remove a 
directory to send
while adding one another.

Best regards

Benoît



reply via email to

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