OSDN Git Service

python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
authorJohn Snow <jsnow@redhat.com>
Wed, 30 Mar 2022 17:28:05 +0000 (13:28 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit9fcd3930e0b2f4f7c224d0e76d209ff1b5118abc
tree22e222a12e189fd4e8efec7cdd680ba066d937a4
parent335e7d410ed4cdf91ac930242d9d7b8bca0746b7
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp

Shift these definitions over from the qmp package to the async qmp
package.

(Licensing: this is a lateral move, from GPLv2 (only) to GPLv2 (only))

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Message-id: 20220330172812.3427355-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/aqmp_tui.py
python/qemu/aqmp/legacy.py
python/qemu/qmp/__init__.py