Statistics
| Branch: | Revision:

root / qapi / qmp-input-visitor.h @ ee77dfb2

History | View | Annotate | Download (582 Bytes)

# Date Author Comment
c40cc0a0 07/21/2011 10:48 pm Michael Roth

qapi: add QMP input visitor

A type of Visiter class that is used to walk a qobject's
structure and assign each entry to the corresponding native C type.
Command marshaling function will use this to pull out QMP command
parameters recieved over the wire and pass them as native arguments...