]> git.proxmox.com Git - mirror_qemu.git/commit
qmp: Check for returned data from __json_read in get_events
authorFam Zheng <famz@redhat.com>
Mon, 24 Feb 2014 05:45:01 +0000 (13:45 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 28 Feb 2014 18:35:53 +0000 (13:35 -0500)
commit4864512389b06389501e60d965edb8defb66a0fc
tree55c9edf860c1837d94d291c369687615027fd558
parent7d6dc7f30c4781857ce230333da6ddd21fe0dcde
qmp: Check for returned data from __json_read in get_events

When QEMU process aborts and socket is closed, qmp client will not
detect it. When this happens, some qemu-iotests scripts will enter an
endless loop waiting for qmp events.

It's better we raise an exception in qmp.py to catch this and make the
test script stop.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qmp/qmp.py