summary refs log tree commit diff stats
path: root/python/qemu/aqmp/error.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-211-6/+6
| | | | | | | | | 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/aqmp: add error classesJohn Snow2021-09-271-0/+50
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20210915162955.333025-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>