OSDN Git Service

qemu.py: refactor launch()
authorAmador Pahim <apahim@redhat.com>
Mon, 22 Jan 2018 20:50:29 +0000 (21:50 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 5 Feb 2018 21:53:55 +0000 (19:53 -0200)
commitd301bccf7323ff3069e46f600aa7b31dbbc2f2f7
tree5916bee5ae0565842ab6d2fc367d8c968241cc9d
parentaf99fa9fe22ba1c6139d1fbe6a66f3b01d575cab
qemu.py: refactor launch()

This is just a 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 <famz@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Amador Pahim <apahim@redhat.com>
Message-Id: <20180122205033.24893-3-apahim@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/qemu.py