From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYqE-0003jF-42 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:24:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwYqC-0004TI-Pf for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:24:30 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:49766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYqC-0004Sr-E0 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:24:28 -0400 Message-ID: <51DC1D1A.8050807@msgid.tls.msk.ru> Date: Tue, 09 Jul 2013 18:24:26 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1372868986-25988-1-git-send-email-mjt@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/2] trap signals for "-serial mon:stdio" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org 09.07.2013 18:04, Peter Maydell wrote: > On 3 July 2013 17:29, Michael Tokarev wrote: >> +When monitor is multiplexed to stdio this way, Ctrl+C will not terminate >> +QEMU anymore but will be passed to the guest instead. > > "the monitor", "in this way", "any more". Grr. This is 3rd change for the same sentence. Can we go without a v4? > Otherwise > Reviewed-by: Peter Maydell Thank you for the review! /mjt