Browse Source

QMP: add scripts/qmp

Populate it with all scripts stored in QMP/. Also fixes trailing
whitespaces in qmp-shell and qmp.py.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Luiz Capitulino 12 years ago
parent
commit
22f3946bc5

+ 0 - 0
QMP/qemu-ga-client → scripts/qmp/qemu-ga-client


+ 0 - 0
QMP/qmp → scripts/qmp/qmp


+ 1 - 1
QMP/qmp-shell → scripts/qmp/qmp-shell

@@ -91,7 +91,7 @@ class QMPShell(qmp.QEMUMonitorProtocol):
         """
         Build a QMP input object from a user provided command-line in the
         following format:
-    
+
             < command-name > [ arg-name1=arg1 ] ... [ arg-nameN=argN ]
         """
         cmdargs = cmdline.split()

+ 1 - 1
QMP/qmp.py → scripts/qmp/qmp.py

@@ -1,5 +1,5 @@
 # QEMU Monitor Protocol Python class
-# 
+#
 # Copyright (C) 2009, 2010 Red Hat Inc.
 #
 # Authors:

+ 0 - 0
QMP/qom-fuse → scripts/qmp/qom-fuse


+ 0 - 0
QMP/qom-get → scripts/qmp/qom-get


+ 0 - 0
QMP/qom-list → scripts/qmp/qom-list


+ 0 - 0
QMP/qom-set → scripts/qmp/qom-set