Re: [PATCH v5 00/12] python/machine.py: refactor shutdown

2020-07-14 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > v5: More or less rewritten. > > This series is motivated by a desire to move python/qemu onto a strict > mypy/pylint regime to help prevent regressions in the python codebase. > > 1. Remove the "bare except" pattern in the existing shutdown code, which >

[PATCH v5 00/12] python/machine.py: refactor shutdown

2020-07-09 Thread John Snow
v5: More or less rewritten. This series is motivated by a desire to move python/qemu onto a strict mypy/pylint regime to help prevent regressions in the python codebase. 1. Remove the "bare except" pattern in the existing shutdown code, which can mask problems and make debugging difficult. 2.