Re: [Qemu-devel] [PATCH v2 2/3] qemu.py: include debug information on launch error

2017-07-19 Thread Fam Zheng
On Wed, 07/19 18:31, Amador Pahim wrote: > When launching a VM, if an exception happens and the VM is not > initiated, it is useful to see the qemu command line that was executed > and the output of that command. > > Before the patch: > > >>> VM = qemu.QEMUMachine('../aarch64-softmmu/qemu-sys

[Qemu-devel] [PATCH v2 2/3] qemu.py: include debug information on launch error

2017-07-19 Thread Amador Pahim
When launching a VM, if an exception happens and the VM is not initiated, it is useful to see the qemu command line that was executed and the output of that command. Before the patch: >>> VM = qemu.QEMUMachine('../aarch64-softmmu/qemu-system-aarch64') >>> VM.launch() Traceback (most r