Re: [PATCH v2 3/5] python/qemu: qmp: Make accept()'s timeout configurable

2020-02-05 Thread John Snow
On 2/4/20 9:11 AM, Wainer dos Santos Moschetta wrote: > Currently the timeout of QEMUMonitorProtocol.accept() is > hard-coded to 15.0 seconds. This added the parameter `timeout` > so the value can be configured by the user. > > Signed-off-by: Wainer dos Santos Moschetta > Reviewed-by: Philippe

[PATCH v2 3/5] python/qemu: qmp: Make accept()'s timeout configurable

2020-02-04 Thread Wainer dos Santos Moschetta
Currently the timeout of QEMUMonitorProtocol.accept() is hard-coded to 15.0 seconds. This added the parameter `timeout` so the value can be configured by the user. Signed-off-by: Wainer dos Santos Moschetta Reviewed-by: Philippe Mathieu-Daudé --- python/qemu/qmp.py | 11 +-- 1 file chan