From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFp3I-0005s4-Bz for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFp3H-0004yK-5r for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:24:32 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:59283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFp3H-0004yC-3P for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:24:31 -0400 Received: by gyg10 with SMTP id 10so3841531gyg.4 for ; Mon, 17 Oct 2011 08:24:30 -0700 (PDT) Message-ID: <4E9C48AC.5060704@codemonkey.ws> Date: Mon, 17 Oct 2011 10:24:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318851454-22335-1-git-send-email-quintela@redhat.com> <4E9C2F8D.4050105@codemonkey.ws> <4E9C4691.2080405@redhat.com> In-Reply-To: <4E9C4691.2080405@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] ps2: migrate ledstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, cfergeau@redhat.com, Juan Quintela On 10/17/2011 10:15 AM, Gerd Hoffmann wrote: > Hi, > >>> We only need to migrate the state when it is different of the default >>> one (0). >> >> Er, isn't it going to be different from the default in like 99% of >> circumstances? > > Why? caps lock and scroll lock are off usually. numlock depends on what the user > prefers. In case he cares in the first place of course. I expect most users > don't and just go with the default. > > On my physical machines numlock is off by default. Likewise in my virtual > machines: SeaBIOS keeps it off by default, and Linux+Windows guests don't muck > with it at boot. > > I remember physical machines used to have numlock on by default in the 90ies. > They even had a BIOS Setup option to pick the initial numlock state. That seems > to be out-fashioned these days though, I havn't seen that for quite a while now ... Fair enough. Regards, Anthony Liguori > > cheers, > Gerd > >