From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDtV2-0006Ce-4N for qemu-devel@nongnu.org; Wed, 12 Oct 2011 03:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDtV0-00048E-2M for qemu-devel@nongnu.org; Wed, 12 Oct 2011 03:45:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDtUz-00047R-Rk for qemu-devel@nongnu.org; Wed, 12 Oct 2011 03:45:10 -0400 Message-ID: <4E954591.4040305@redhat.com> Date: Wed, 12 Oct 2011 09:45:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318350500-13896-1-git-send-email-alevy@redhat.com> <4E948984.10505@codemonkey.ws> <20111011183036.GL1049@bow.tlv.redhat.com> In-Reply-To: <20111011183036.GL1049@bow.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spice-input: migrate ledstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org, cfergeau@redhat.com Hi, > There is no ledstate in a PS/2 keyboard (or I'm reading too much into > the implementation in qemu). There is. It isn't explicitly stored into the state struct though because the ps/2 keyboard itself doesn't use it, it just calls kbd_put_ledstate() to inform others about it. cheers, Gerd