OSDN Git Service

scripts/qmp-shell: make QMPShellError inherit QMPError
authorJohn Snow <jsnow@redhat.com>
Mon, 7 Jun 2021 20:06:45 +0000 (16:06 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:07 +0000 (16:10 -0400)
commit6a1105adba41c3cd6371437b46c045ae9ea85314
tree00bc6b0c26812753c80bb93c8abff6d8ab7b925a
parenta64fe44d5abfd4aa933b17a8cf21d3c0b9df6143
scripts/qmp-shell: make QMPShellError inherit QMPError

In preparation for moving qmp-shell into the qemu.qmp package, make
QMPShellError inherit from QMPError so that all custom errors in this
package all derive from QMPError.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210607200649.1840382-39-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qmp-shell