From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djn4r-0006aD-EF for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djn4m-00064y-FI for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:49:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34828) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djn4m-00064j-9m for qemu-devel@nongnu.org; Mon, 21 Aug 2017 09:49:08 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ECF6AC047B87 for ; Mon, 21 Aug 2017 13:49:06 +0000 (UTC) Message-ID: <1503323345.26016.23.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 21 Aug 2017 15:49:05 +0200 In-Reply-To: <20170810155522.31099-7-berrange@redhat.com> References: <20170810155522.31099-1-berrange@redhat.com> <20170810155522.31099-7-berrange@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 06/15] input: convert virtio-input-hid device to keycodemapdb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org On Thu, 2017-08-10 at 16:55 +0100, Daniel P. Berrange wrote: > -=C2=A0=C2=A0=C2=A0 virtio_input_key_config(vinput, keymap_qcode, > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 ARRAY_SIZE(keymap_qcode)); > +=C2=A0=C2=A0=C2=A0 virtio_input_key_config(vinput, qemu_input_map_qcod= e2linux, > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 qemu_input_map_qcode2linux_len); That is a guest-visible change. cheers, Gerd