From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: Re: [PATCH] kvm tools: Implement exit kvm tools on Ctrl+a+x Date: Sun, 10 Apr 2011 16:16:38 +0800 Message-ID: <20110410081638.GA3253@t400> References: <1302418231-7364-1-git-send-email-asias.hejun@gmail.com> <4DA158B2.9090000@gmail.com> Reply-To: Amos Kong Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Pekka Enberg , Asias He , Ingo Molnar , kvm@vger.kernel.org To: Cyrill Gorcunov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29669 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755205Ab1DJIQ4 (ORCPT ); Sun, 10 Apr 2011 04:16:56 -0400 Content-Disposition: inline In-Reply-To: <4DA158B2.9090000@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Apr 10, 2011 at 11:13:54AM +0400, Cyrill Gorcunov wrote: > On 04/10/2011 11:09 AM, Pekka Enberg wrote: > > On Sun, Apr 10, 2011 at 9:50 AM, Asias He wrote: > >> This patch makes Ctrl+a escape key. Ctrl+a+x will terminate kvm tools. > >> > >> It works for both serial and virtio console. > >> If you want to input Ctrl+a to guest, type Ctrl+a twice. > >> > >> Signed-off-by: Asias He > > > > Cyrill, does this patch work for you? It doesn't do anything for me. > > Nope, doesn't work for me either. This patch works for me. It should be: Ctrl+a x ------------ Not Ctrl+a Ctrl+x ------------ Not Ctrl+a+x (hit three keys at the same time) Amos.