Re: [Qemu-devel] [PATCH v12 2/6] qemu.py: refactor launch()

2018-01-22 Thread Eric Blake
On 01/22/2018 02:50 PM, Amador Pahim wrote: > This is just an refactor to separate the exception handler from the s/an refactor/a refactor/ > actual launch procedure, improving the readability and making future > maintenances in this piece of code easier. > > Reviewed-by: Fam Zheng > Reviewed-b

[Qemu-devel] [PATCH v12 2/6] qemu.py: refactor launch()

2018-01-22 Thread Amador Pahim
This is just an refactor to separate the exception handler from the actual launch procedure, improving the readability and making future maintenances in this piece of code easier. Reviewed-by: Fam Zheng Reviewed-by: Eduardo Habkost Signed-off-by: Amador Pahim --- scripts/qemu.py | 29 +