QMP: Fix python helper /wrt long return strings
commitbbafc7a8798bc9ed1380e75033544e0614d344c7
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 15 Jun 2010 22:38:46 +0000 (16 00:38 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 1 Jul 2010 17:27:13 +0000 (1 14:27 -0300)
tree1c52f19c932b940d4d6606c73458c098054a4517
parent8d7e84571bd3f44c106ed12cb316b1ca30915fc7
QMP: Fix python helper /wrt long return strings

Remove the arbitrary limitation of 1024 characters per return string and
read complete lines instead. Required for device_show.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
QMP/qmp.py