Re: [Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-30 Thread Eduardo Habkost
On Thu, Jul 27, 2017 at 10:21:22AM +0200, Amador Pahim wrote: > On Tue, Jul 25, 2017 at 9:51 PM, Eduardo Habkost wrote: > > On Tue, Jul 25, 2017 at 07:10:11PM +0200, Amador Pahim wrote: > >> The message contains the self._args, which has only part of the > >> options used in the qemu command line

Re: [Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-27 Thread Stefan Hajnoczi
On Tue, Jul 25, 2017 at 07:10:11PM +0200, Amador Pahim wrote: > The message contains the self._args, which has only part of the > options used in the qemu command line and is not representative > enough to figure out what happened to the process. > > This patch drops the self._args part of the mes

Re: [Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-27 Thread Amador Pahim
On Tue, Jul 25, 2017 at 9:51 PM, Eduardo Habkost wrote: > On Tue, Jul 25, 2017 at 07:10:11PM +0200, Amador Pahim wrote: >> The message contains the self._args, which has only part of the >> options used in the qemu command line and is not representative >> enough to figure out what happened to the

Re: [Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-25 Thread Eduardo Habkost
On Tue, Jul 25, 2017 at 07:10:11PM +0200, Amador Pahim wrote: > The message contains the self._args, which has only part of the > options used in the qemu command line and is not representative > enough to figure out what happened to the process. > > This patch drops the self._args part of the mes

Re: [Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-25 Thread Cleber Rosa
On 07/25/2017 01:10 PM, Amador Pahim wrote: > The message contains the self._args, which has only part of the > options used in the qemu command line and is not representative > enough to figure out what happened to the process. > > This patch drops the self._args part of the message. > Since

[Qemu-devel] [PATCH v5 3/6] qemu.py: cleanup message on negative exit code

2017-07-25 Thread Amador Pahim
The message contains the self._args, which has only part of the options used in the qemu command line and is not representative enough to figure out what happened to the process. This patch drops the self._args part of the message. Signed-off-by: Amador Pahim --- scripts/qemu.py | 3 ++- 1 file