OSDN Git Service

python/aqmp: rename AQMPError to QMPError
authorJohn Snow <jsnow@redhat.com>
Mon, 10 Jan 2022 23:28:49 +0000 (18:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Fri, 21 Jan 2022 21:01:31 +0000 (16:01 -0500)
commit6e7751dc388df6daf425db0e245d4d3a10859803
treee0956d7fbfe529bc012a4a2a6fb07ed97750f77a
parent728dcac5e356ce5b948943f21c0c72a1b2d96122
python/aqmp: rename AQMPError to QMPError

This is in preparation for renaming qemu.aqmp to qemu.qmp. I should have
done this from this from the very beginning, but it's a convenient time
to make sure this churn is taken care of.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
python/qemu/aqmp/__init__.py
python/qemu/aqmp/error.py
python/qemu/aqmp/events.py
python/qemu/aqmp/legacy.py
python/qemu/aqmp/protocol.py
python/qemu/aqmp/qmp_client.py