Re: [PATCH v2 12/25] python/machine: permanently switch to AQMP

2021-12-16 Thread John Snow
On Thu, Dec 16, 2021 at 5:52 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > 15.12.2021 22:39, John Snow wrote: > > Remove the QEMU_PYTHON_LEGACY_QMP environment variable, making the > > switch permanent. Update Exceptions and import paths as necessary. > > > > Signed-off-by:

Re: [PATCH v2 12/25] python/machine: permanently switch to AQMP

2021-12-16 Thread Beraldo Leal
On Wed, Dec 15, 2021 at 02:39:26PM -0500, John Snow wrote: > Remove the QEMU_PYTHON_LEGACY_QMP environment variable, making the > switch permanent. Update Exceptions and import paths as necessary. > > Signed-off-by: John Snow > --- > python/qemu/machine/machine.py | 18 +++--- > pyth

Re: [PATCH v2 12/25] python/machine: permanently switch to AQMP

2021-12-16 Thread Vladimir Sementsov-Ogievskiy
15.12.2021 22:39, John Snow wrote: Remove the QEMU_PYTHON_LEGACY_QMP environment variable, making the switch permanent. Update Exceptions and import paths as necessary. Signed-off-by: John Snow --- python/qemu/machine/machine.py | 18 +++--- python/qemu/machine/qtest.py | 2 +-