]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/aqmp: fully separate from qmp.QEMUMonitorProtocol
authorJohn Snow <jsnow@redhat.com>
Wed, 30 Mar 2022 17:28:06 +0000 (13:28 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit0c78ebf72267d6d02e72f53a898e8c3eeedb955c
tree32665799ffac132cdb7bb97048d2f8e2707c46ae
parent9fcd3930e0b2f4f7c224d0e76d209ff1b5118abc
python/aqmp: fully separate from qmp.QEMUMonitorProtocol

After this patch, qemu.aqmp.legacy.QEMUMonitorProtocol no longer
inherits from qemu.qmp.QEMUMonitorProtocol. To do this, several
inherited methods need to be explicitly re-defined.

(Licensing: This is copying and modifying GPLv2-only code into a
GPLv2-only file.)

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-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/legacy.py