From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOoJ9-0005kq-JO for qemu-devel@nongnu.org; Fri, 20 Feb 2015 09:12:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOoJ8-0003JN-JF for qemu-devel@nongnu.org; Fri, 20 Feb 2015 09:11:55 -0500 Message-ID: <54E740A1.7000307@suse.de> Date: Fri, 20 Feb 2015 15:11:45 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1423542976-8825-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1423542976-8825-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] ppc: Automatically set vga framebuffer endianness based on guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , kraxel@redhat.com, benh@kernel.crashing.org Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, mdroth@us.ibm.com On 10.02.15 05:36, David Gibson wrote: > This is a reworked version of BenH's patch to set VGA framebuffer > endianess based on the endianness of the guest (as determined by the > H_SET_MODE hypercall). > > I've split the patch into two parts the first adding the object > property to the VGA device allowing control of the endianness, and the > second manipulating it from the pseries code. > > David Gibson (2): > vga: Expose framebuffer byteorder as a QOM property > pseries: Switch VGA endian on H_SET_MODE Thanks, applied all to ppc-next. Alex