Re: [Qemu-devel] [PATCH v11 3/8] qemu.py: refactor launch()

2018-01-19 Thread Eduardo Habkost
On Tue, Nov 14, 2017 at 11:22:41AM +0100, Amador Pahim wrote: > 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 > Signed-off-by: Amado

[Qemu-devel] [PATCH v11 3/8] qemu.py: refactor launch()

2017-11-14 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 Signed-off-by: Amador Pahim --- scripts/qemu.py | 29 ++--- 1 file c