From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH 2/2] kvm tools: Don't use i8042 AUX port Date: Wed, 14 Sep 2011 10:21:00 +0300 Message-ID: <4E7055DC.3040401@cs.helsinki.fi> References: <1315984270-4402-1-git-send-email-levinsasha928@gmail.com> <1315984270-4402-2-git-send-email-levinsasha928@gmail.com> <1315984583.3744.8.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com To: Sasha Levin Return-path: Received: from courier.cs.helsinki.fi ([128.214.9.1]:32973 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755989Ab1INH0E (ORCPT ); Wed, 14 Sep 2011 03:26:04 -0400 In-Reply-To: <1315984583.3744.8.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On 9/14/11 10:16 AM, Sasha Levin wrote: > The problem is that it causes a pretty long delay (~5-6 sec) during > boot. > > VNC mouse could use some more love before I'd say it's good, one example > that the host mouse and guest mouse aren't synced. Maybe but it's likely good enough for the people who are actually using it. We can't just disable it silently! So I think we should enable AUX if user asks for VNC, no? Pekka