Re: [PATCH 5/5] python/qemu: qmp: Remove unnused attributes

2020-01-30 Thread Philippe Mathieu-Daudé
On 12/27/19 2:41 PM, Wainer dos Santos Moschetta wrote: The `error` and `timeout` attributes in QEMUMonitorProtocol are not used, so this delete them. Signed-off-by: Wainer dos Santos Moschetta --- python/qemu/qmp.py | 4 1 file changed, 4 deletions(-) diff --git a/python/qemu/qmp.py b

Re: [PATCH 5/5] python/qemu: qmp: Remove unnused attributes

2020-01-08 Thread John Snow
On 12/27/19 8:41 AM, Wainer dos Santos Moschetta wrote: > The `error` and `timeout` attributes in QEMUMonitorProtocol are > not used, so this delete them. > > Signed-off-by: Wainer dos Santos Moschetta Reviewed-by: John Snow > --- > python/qemu/qmp.py | 4 > 1 file changed, 4 deletion

[PATCH 5/5] python/qemu: qmp: Remove unnused attributes

2019-12-27 Thread Wainer dos Santos Moschetta
The `error` and `timeout` attributes in QEMUMonitorProtocol are not used, so this delete them. Signed-off-by: Wainer dos Santos Moschetta --- python/qemu/qmp.py | 4 1 file changed, 4 deletions(-) diff --git a/python/qemu/qmp.py b/python/qemu/qmp.py index 6d55f53595..cddb94bb3c 100644 ---