From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT9cB-0004tF-5r for qemu-devel@nongnu.org; Wed, 04 Mar 2015 08:45:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT9c7-0006lR-CT for qemu-devel@nongnu.org; Wed, 04 Mar 2015 08:45:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT9c7-0006lG-3r for qemu-devel@nongnu.org; Wed, 04 Mar 2015 08:45:27 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t24DjQfP026943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 4 Mar 2015 08:45:26 -0500 Message-ID: <1425476723.8389.64.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 04 Mar 2015 14:45:23 +0100 In-Reply-To: <1425403527-4876-1-git-send-email-mreitz@redhat.com> References: <1425403527-4876-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sdl2: Fix RGB555 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org On Di, 2015-03-03 at 12:25 -0500, Max Reitz wrote: > Reproducable with: > > $ x86_64-softmmu/qemu-system-x86_64 \ > -kernel $vmlinuz_of_your_choice \ > -append vga=0x313 -sdl Added to sdl patch queue. thanks, Gerd