From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFouO-0007Lo-51 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFouL-0002qx-2t for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:15:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFouK-0002qp-OY for qemu-devel@nongnu.org; Mon, 17 Oct 2011 11:15:17 -0400 Message-ID: <4E9C4691.2080405@redhat.com> Date: Mon, 17 Oct 2011 17:15:29 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318851454-22335-1-git-send-email-quintela@redhat.com> <4E9C2F8D.4050105@codemonkey.ws> In-Reply-To: <4E9C2F8D.4050105@codemonkey.ws> 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: Anthony Liguori Cc: qemu-devel@nongnu.org, cfergeau@redhat.com, Juan Quintela 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 ... cheers, Gerd