Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-10-04 | qapi: modify visitor code generation for list iteration | Michael Roth | 2 | -6/+18 |
2011-10-04 | qapi: dealloc visitor, support freeing of nested lists | Michael Roth | 1 | -7/+21 |
2011-10-04 | qapi: dealloc visitor, fix premature free and iteration logic | Michael Roth | 1 | -5/+15 |
2011-10-04 | qapi: add code generation support for middle mode | Anthony Liguori | 1 | -0/+3 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 4 | -19/+19 |
2011-07-21 | qapi: add QMP dispatch functions | Michael Roth | 2 | -0/+126 |
2011-07-21 | qapi: add QMP command registration/lookup functions | Michael Roth | 2 | -0/+79 |
2011-07-21 | qapi: add QAPI dealloc visitor | Michael Roth | 2 | -0/+173 |
2011-07-21 | qapi: add QMP output visitor | Michael Roth | 2 | -0/+267 |
2011-07-21 | qapi: add QMP input visitor | Michael Roth | 2 | -0/+328 |
2011-07-21 | qapi: add QAPI visitor core | Michael Roth | 3 | -0/+214 |