Re: [Qemu-devel] [PATCH 01/18] scripts/qemu.py: log QEMU launch command line

2019-01-22 Thread Alex Bennée
Cleber Rosa writes: > Even when the launch of QEMU succeeds, it's useful to have the command > line recorded. > > Signed-off-by: Cleber Rosa > --- > scripts/qemu.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/qemu.py b/scripts/qemu.py > index 6e3b0e6771..ec3567d4e2 100644

Re: [Qemu-devel] [PATCH 01/18] scripts/qemu.py: log QEMU launch command line

2019-01-22 Thread Philippe Mathieu-Daudé
On 1/17/19 7:56 PM, Cleber Rosa wrote: > Even when the launch of QEMU succeeds, it's useful to have the command > line recorded. > > Signed-off-by: Cleber Rosa > --- > scripts/qemu.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/qemu.py b/scripts/qemu.py > index 6e3b0e6771..

Re: [Qemu-devel] [PATCH 01/18] scripts/qemu.py: log QEMU launch command line

2019-01-21 Thread Caio Carrara
On Thu, Jan 17, 2019 at 01:56:11PM -0500, Cleber Rosa wrote: > Even when the launch of QEMU succeeds, it's useful to have the command > line recorded. > > Signed-off-by: Cleber Rosa Reviewed-by: Caio Carrara > --- > scripts/qemu.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scr

[Qemu-devel] [PATCH 01/18] scripts/qemu.py: log QEMU launch command line

2019-01-17 Thread Cleber Rosa
Even when the launch of QEMU succeeds, it's useful to have the command line recorded. Signed-off-by: Cleber Rosa --- scripts/qemu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qemu.py b/scripts/qemu.py index 6e3b0e6771..ec3567d4e2 100644 --- a/scripts/qemu.py +++ b/scripts/qemu.