Re: [Qemu-devel] [PATCH 10/21] qapi: modify visitor code generation for list iteration

2011-09-29 Thread Anthony Liguori
On 09/28/2011 09:44 AM, Luiz Capitulino wrote: From: Michael Roth Modify logic such that we never assign values to the list head argument to progress through the list on subsequent iterations, instead rely only on having our return value passed back in as an argument on the next call. Also updat

[Qemu-devel] [PATCH 10/21] qapi: modify visitor code generation for list iteration

2011-09-28 Thread Luiz Capitulino
From: Michael Roth Modify logic such that we never assign values to the list head argument to progress through the list on subsequent iterations, instead rely only on having our return value passed back in as an argument on the next call. Also update QMP I/O visitors and test cases accordingly, a