Statistics
| Branch: | Revision:

root / QMP / qmp-shell @ a18b2ce2

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
8d7e8457 07/01/2010 08:27 pm Jan Kiszka

QMP: Teach basic capability negotiation to python example

As sending "qmp_capabilities" on session start became mandatory, both
python examples were broken.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Luiz Capitulino <>

cedebdac 12/03/2009 05:41 pm Luiz Capitulino

QMP: Introduce qmp-shell

This is a very simple shell written in Python for demonstration
purposes.

Unfortunately it's a bit awkward right now, as the user has
to specify the arguments names and the printed data can be
a raw dictionary or list, like the following example:...