Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile

2014-03-28 Thread Leandro Dorileo
On Thu, Mar 27, 2014 at 09:59:21AM +, Alex Bennée wrote: > > Leandro Dorileo writes: > > > On Wed, Mar 26, 2014 at 02:37:12PM +, alex.ben...@linaro.org wrote: > >> From: Alex Bennée > >> > >> When debugging stuff that occurs over several forks it would be useful > >> not to keep overwr

Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile

2014-03-27 Thread Alex Bennée
Leandro Dorileo writes: > On Wed, Mar 26, 2014 at 02:37:12PM +, alex.ben...@linaro.org wrote: >> From: Alex Bennée >> >> When debugging stuff that occurs over several forks it would be useful >> not to keep overwriting the one logfile you've set-up. This allows a >> simple %d to be include

Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile

2014-03-26 Thread Leandro Dorileo
On Wed, Mar 26, 2014 at 02:37:12PM +, alex.ben...@linaro.org wrote: > From: Alex Bennée > > When debugging stuff that occurs over several forks it would be useful > not to keep overwriting the one logfile you've set-up. This allows a > simple %d to be included once in the logfile parameter wh

[Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile

2014-03-26 Thread alex . bennee
From: Alex Bennée When debugging stuff that occurs over several forks it would be useful not to keep overwriting the one logfile you've set-up. This allows a simple %d to be included once in the logfile parameter which is substituted with getpid(). Signed-off-by: Alex Bennée diff --git a/qemu-