From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH 2/2] kvm tools: Don't use i8042 AUX port Date: Wed, 14 Sep 2011 10:21:25 +0300 Message-ID: <1315984885.3744.9.camel@lappy> References: <1315984270-4402-1-git-send-email-levinsasha928@gmail.com> <1315984270-4402-2-git-send-email-levinsasha928@gmail.com> <1315984583.3744.8.camel@lappy> <4E7055DC.3040401@cs.helsinki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com To: Pekka Enberg Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:60676 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755883Ab1INHVy (ORCPT ); Wed, 14 Sep 2011 03:21:54 -0400 Received: by fxe4 with SMTP id 4so1478968fxe.19 for ; Wed, 14 Sep 2011 00:21:53 -0700 (PDT) In-Reply-To: <4E7055DC.3040401@cs.helsinki.fi> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2011-09-14 at 10:21 +0300, Pekka Enberg wrote: > 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? Yup, let's make it disabled only when !vnc and !sdl. -- Sasha.