From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dttLz-0000VV-7f for qemu-devel@nongnu.org; Mon, 18 Sep 2017 06:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dttLv-0002b5-8v for qemu-devel@nongnu.org; Mon, 18 Sep 2017 06:32:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51068) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dttLv-0002Z4-1P for qemu-devel@nongnu.org; Mon, 18 Sep 2017 06:32:35 -0400 Message-ID: <1505730751.10119.8.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 18 Sep 2017 12:32:31 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/2] virtio-gpu: Handle endian conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Farhan Ali , qemu-devel@nongnu.org Cc: cohuck@redhat.com, borntraeger@de.ibm.com, thuth@redhat.com, pasic@linux.vnet.ibm.com On Fri, 2017-09-15 at 10:40 -0400, Farhan Ali wrote: > Virtio GPU code currently only supports litte endian format, > and so using the Virtio GPU device on a big endian machine > does not work. > > Let's fix it by supporting the correct host cpu byte order. > > Signed-off-by: Farhan Ali Reviewed-by: Gerd Hoffmann cheers, Gerd