Re: [Qemu-devel] [PATCH v8 08/13] qemu.py: refactor launch()

2017-09-04 Thread Fam Zheng
On Fri, 09/01 13:28, 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. > > Signed-off-by: Amador Pahim Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH v8 08/13] qemu.py: refactor launch()

2017-09-01 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. Signed-off-by: Amador Pahim --- scripts/qemu.py | 29 ++--- 1 file changed, 18 insertions(+)