From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Ai3-0008Fk-MM for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:16:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1Ahx-0004j8-Eg for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:15:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Ahx-0004ix-73 for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:15:49 -0500 Message-ID: <549149C1.8090401@redhat.com> Date: Wed, 17 Dec 2014 10:15:45 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418736382-30565-1-git-send-email-kraxel@redhat.com> <1418736382-30565-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1418736382-30565-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/10] sdl2: move keyboard input code to new sdl2-input.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 2014-12-16 at 14:26, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 4 +++ > ui/Makefile.objs | 2 +- > ui/sdl2-input.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ui/sdl2.c | 75 ++------------------------------------ > 4 files changed, 114 insertions(+), 73 deletions(-) > create mode 100644 ui/sdl2-input.c Reviewed-by: Max Reitz