diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-10-27 18:03:01 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-11-17 09:51:07 -0200 |
commit | 4cdbc094ca3865696c1456f1586818766bf9aae6 (patch) | |
tree | 00a8f71ebb3ed3819332da165755406052e9aaad /QMP/README | |
parent | 9bed0d0d1c5667a2e1124c8e44d31ac254ca2efb (diff) |
QMP: Drop vm-info example script
It's broken and not really useful, let's just drop it.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'QMP/README')
-rw-r--r-- | QMP/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/QMP/README b/QMP/README index 80503f2d7a..c95a08c234 100644 --- a/QMP/README +++ b/QMP/README @@ -19,10 +19,7 @@ o qmp-spec.txt QEMU Monitor Protocol current specification o qmp-commands.txt QMP supported commands (auto-generated at build-time) o qmp-events.txt List of available asynchronous events -There are also two simple Python scripts available: - -o qmp-shell A shell -o vm-info Show some information about the Virtual Machine +There is also a simple Python script called 'qmp-shell' available. IMPORTANT: It's strongly recommended to read the 'Stability Considerations' section in the qmp-commands.txt file before making any serious use of QMP. |