Statistics
| Branch: | Revision:

root / test-visitor.c @ 7fc7e584

History | View | Annotate | Download (9.1 kB)

# Date Author Comment
e1bc2f7b 10/04/2011 05:00 pm Michael Roth

qapi: modify visitor code generation for list iteration

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...

7267c094 08/21/2011 07:01 am Anthony Liguori

Use glib memory allocation and free functions

qemu_malloc/qemu_free no longer exist after this commit.

Signed-off-by: Anthony Liguori <>

640e5404 07/21/2011 10:48 pm Michael Roth

qapi: add test-visitor, tests for gen. visitor code

Signed-off-by: Michael Roth <>
Signed-off-by: Luiz Capitulino <>