Re: [PATCH RFC 19/32] python//qmp.py: add QMPProtocolError

2020-05-14 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: In the case that we receive a reply but are unable to understand it, use this exception name to indicate that case. Signed-off-by: John Snow --- python/qemu/lib/qmp.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/python/qemu/lib/qmp.py

[PATCH RFC 19/32] python//qmp.py: add QMPProtocolError

2020-05-14 Thread John Snow
In the case that we receive a reply but are unable to understand it, use this exception name to indicate that case. Signed-off-by: John Snow --- python/qemu/lib/qmp.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/python/qemu/lib/qmp.py b/python/qemu/lib/qmp.py index