diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-12-01 07:11:51 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-12-01 07:11:51 +0200 |
commit | a4856fd5bf47823f501585962e39951683ef620d (patch) | |
tree | 04e57676b1db1db7d8b33934b349f8f37780fa2a /QMP/README | |
parent | 26657874549b09f95c03879ae02190896d736f09 (diff) | |
parent | 3d0e94c3a32a8f39009b8a56c88ca62e7e156510 (diff) | |
download | qemu-a4856fd5bf47823f501585962e39951683ef620d.tar.gz qemu-a4856fd5bf47823f501585962e39951683ef620d.tar.bz2 qemu-a4856fd5bf47823f501585962e39951683ef620d.zip |
Merge remote branch 'origin/master' into pci
Conflicts:
Makefile.objs
hw/virtio.c
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. |