Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | qapi: modify visitor code generation for list iteration | 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, and add a missing test case for QmpOutputVisitor. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> | |||
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | |
qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2011-07-21 | qapi: add test-visitor, tests for gen. visitor code | Michael Roth | |
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com> |