From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehLm3-0003ng-JT for qemu-devel@nongnu.org; Thu, 01 Feb 2018 15:52:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehLky-0001ja-UM for qemu-devel@nongnu.org; Thu, 01 Feb 2018 15:47:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52484) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehLky-0001hY-F3 for qemu-devel@nongnu.org; Thu, 01 Feb 2018 15:46:52 -0500 Date: Thu, 1 Feb 2018 18:46:46 -0200 From: Eduardo Habkost Message-ID: <20180201204646.GK21702@localhost.localdomain> References: <20180116134217.8725-1-berrange@redhat.com> <20180116134217.8725-12-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116134217.8725-12-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 11/14] input: add missing JIS keys to virtio input List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Miika S , Fam Zheng , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Markus Armbruster , Paolo Bonzini , Alex =?iso-8859-1?Q?Benn=E9e?= On Tue, Jan 16, 2018 at 01:42:14PM +0000, Daniel P. Berrange wrote: > From: Miika S > > keycodemapdb updated to add the QKeyCodes muhenkan and katakanahiragana > > Signed-off-by: Miika S Oops, this conflicts with: commit ae6b06ab655b21c19b234ce3422f694d11a013e0 Author: Daniel P. Berrange Date: Wed Jan 17 16:41:18 2018 +0000 hw: convert virtio-input-hid device to keycodemapdb [...] Patch 11/14 and 12/14 need to be redone. I'm removing patches 11-14 from python-next until this is sorted out. -- Eduardo