python/machine: permanently switch to AQMP
authorJohn Snow <jsnow@redhat.com>
Mon, 21 Mar 2022 20:33:12 +0000 (16:33 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commita4225303a1a762fb56907396fe6ac8caeb597552
treeabb14ad84a7a303086a7308bf247b216e9b1a4fb
parentb1efff6bf031a93b5b8bf3912ddc720cc1653a61
python/machine: permanently switch to AQMP

Remove the QEMU_PYTHON_LEGACY_QMP environment variable, making the
switch from sync qmp to async qmp permanent. Update exceptions and
import paths as necessary.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Acked-by: Hanna Reitz <hreitz@redhat.com>
Message-id: 20220321203315.909411-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/machine.py
python/qemu/machine/qtest.py