Re: [Qemu-devel] [PULL 14/15] qemu.py: improve message on negative exit code

2017-09-18 Thread Eduardo Habkost
On Mon, Sep 18, 2017 at 10:44:00AM +0100, Daniel P. Berrange wrote: > On Fri, Sep 15, 2017 at 08:37:38PM -0300, Eduardo Habkost wrote: > > From: Amador Pahim > > > > The current message shows 'self._args', which contains only part of the > > options used in the Qemu command line. > > > > This pa

Re: [Qemu-devel] [PULL 14/15] qemu.py: improve message on negative exit code

2017-09-18 Thread Daniel P. Berrange
On Fri, Sep 15, 2017 at 08:37:38PM -0300, Eduardo Habkost wrote: > From: Amador Pahim > > The current message shows 'self._args', which contains only part of the > options used in the Qemu command line. > > This patch makes the qemu full args list an instance variable and then > uses it in the n

[Qemu-devel] [PULL 14/15] qemu.py: improve message on negative exit code

2017-09-15 Thread Eduardo Habkost
From: Amador Pahim The current message shows 'self._args', which contains only part of the options used in the Qemu command line. This patch makes the qemu full args list an instance variable and then uses it in the negative exit code message. Message was moved outside the 'if is_running' block