From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50011 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUJfV-00023W-8d for qemu-devel@nongnu.org; Thu, 01 Jul 2010 09:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUJfQ-0005aC-MI for qemu-devel@nongnu.org; Thu, 01 Jul 2010 09:19:01 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:57523) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUJfQ-0005a3-9S for qemu-devel@nongnu.org; Thu, 01 Jul 2010 09:19:00 -0400 Message-ID: <4C2C95C1.2040202@mail.berlios.de> Date: Thu, 01 Jul 2010 15:18:57 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] make qemu.log name unique References: <4C29B2DC.2030309@st.com> <4C29B5FE.3030700@redhat.com> <4C2C81CD.3010504@st.com> In-Reply-To: <4C2C81CD.3010504@st.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe LYON Cc: "qemu-devel@nongnu.org" Am 01.07.2010 13:53, schrieb Christophe LYON: > >> Maybe adding a -logfile option would allow what you're trying to achieve >> without affecting other use cases? I've always thought that it's strange >> that you can only change the logfile location in the monitor and not on >> the command line. >> >> Kevin >> > > Here is patch that does what you suggest. > > Christophe. Patches need a "Signed-off-by", and for the code review it's better to send them inline. What about patching the documentation, too? Regards Stefan