From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4VsG-0008Bg-Mq for qemu-devel@nongnu.org; Thu, 03 Dec 2015 10:32:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4VsC-00047I-Ng for qemu-devel@nongnu.org; Thu, 03 Dec 2015 10:32:48 -0500 Received: from relay.parallels.com ([195.214.232.42]:53226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4VsC-00046L-Fu for qemu-devel@nongnu.org; Thu, 03 Dec 2015 10:32:44 -0500 References: <1449124455-9434-1-git-send-email-den@openvz.org> <56605F32.2010709@redhat.com> From: "Denis V. Lunev" Message-ID: <5660608E.1070607@openvz.org> Date: Thu, 3 Dec 2015 18:32:30 +0300 MIME-Version: 1.0 In-Reply-To: <56605F32.2010709@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.6 v2 1/1] qemu-char: append opt to stop truncation of serial file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Olga Krishtal , Paolo Bonzini , qemu-devel@nongnu.org, Markus Armbruster On 12/03/2015 06:26 PM, Eric Blake wrote: > On 12/02/2015 11:34 PM, Denis V. Lunev wrote: >> From: Olga Krishtal >> >> Our QA team wants to preserve serial output of the guest in between QEMU >> runs to perform post-analysis. >> >> By default this behavior is off (file is truncated each time QEMU is started >> or device is plugged). >> >> Signed-off-by: Olga Krishtal >> Signed-off-by: Denis V. Lunev >> CC: Eric Blake >> CC: Markus Armbruster >> CC: Paolo Bonzini >> --- >> Changes from v1: s/parallels.com/virtuozzo.com/ :( > I reviewed v1 before I saw this, so those comments still apply here. > yep :) thank you. Comments are clear