On Mon, 2014-04-07 at 05:20 +0200, Juan Quintela wrote: > Hi > > Look at the diffstat. Almost all the additions are at > test-vmstate.c. That is the reason why it is called a simplification. > > What this series does: > - peter removal of version_minimum_id_old field when not needed (Peter) > - cleanup: based on the previous one, I removed all the unneeded > the uses on the tree. This should make your compiles > a couple of nanoseconds faster. How did you do it :) ? I tried it with coccinelle but they have a problem handling compound literals :(.
I opened a discussion on their mailing list hoping I will find a solution... https://systeme.lip6.fr/pipermail/cocci/2014-April/000794.html Thanks, Marcel > - once there, fixed the indentation of the .fields line, to a canonical > .fields = (VMStateField[]) [...]