]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/qemu: qmp: Remove unnused attributes
authorWainer dos Santos Moschetta <wainersm@redhat.com>
Fri, 27 Dec 2019 13:41:01 +0000 (10:41 -0300)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 14:12:48 +0000 (15:12 +0100)
commit50d189c97ab8ed3de80d0ed22a867e1d5361fd02
tree4014badc9d556de752cbbaaa84365b4dbf19a5de
parent07608e807d4e7bd2daa7fe154bd9dc2235c1a323
python/qemu: qmp: Remove unnused attributes

The `error` and `timeout` attributes in QEMUMonitorProtocol are
not used, so this delete them.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191227134101.244496-6-wainersm@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
python/qemu/qmp.py