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

2019-03-01 Thread Cornelia Huck
On Wed, 20 Feb 2019 19:57:34 -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 > Reviewed-by: Philippe Mathieu-Daudé > Reviewed-by: Alex Bennée > --- > scripts/qemu.py

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

2019-02-20 Thread Cleber Rosa
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 Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée --- scripts/qemu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qemu.py b/scr