]> www.infradead.org Git - users/dwmw2/qemu.git/commit
iotests: Accommodate async QMP Exception classes
authorJohn Snow <jsnow@redhat.com>
Tue, 26 Oct 2021 17:56:08 +0000 (13:56 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 1 Nov 2021 15:54:59 +0000 (11:54 -0400)
commit3bd559467d979165065f8406d2016aaa31f2cee2
tree7843c840284d2ad96d9b6cf04b0577376d36e70e
parent0f71c9a93693de54ca80a47c3996d64cd65f72b7
iotests: Accommodate async QMP Exception classes

(But continue to support the old ones for now, too.)

There are very few cases of any user of QEMUMachine or a subclass
thereof relying on a QMP Exception type. If you'd like to check for
yourself, you want to grep for all of the derivatives of QMPError,
excluding 'AQMPError' and its derivatives. That'd be these:

- QMPError
- QMPConnectError
- QMPCapabilitiesError
- QMPTimeoutError
- QMPProtocolError
- QMPResponseError
- QMPBadPortError

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20211026175612.4127598-5-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/simplebench/bench_block_job.py
tests/qemu-iotests/tests/mirror-top-perms