From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtvLG-0001Fy-VQ for qemu-devel@nongnu.org; Mon, 18 Sep 2017 08:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtvLB-0002F8-UV for qemu-devel@nongnu.org; Mon, 18 Sep 2017 08:40:02 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtvLB-0002Dz-L8 for qemu-devel@nongnu.org; Mon, 18 Sep 2017 08:39:57 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8ICd8sj117207 for ; Mon, 18 Sep 2017 08:39:51 -0400 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0a-001b2d01.pphosted.com with ESMTP id 2d2afwedg5-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Sep 2017 08:39:50 -0400 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 18 Sep 2017 08:39:49 -0400 References: <1505730751.10119.8.camel@redhat.com> From: Farhan Ali Date: Mon, 18 Sep 2017 08:39:46 -0400 MIME-Version: 1.0 In-Reply-To: <1505730751.10119.8.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Message-Id: 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: Gerd Hoffmann , qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, thuth@redhat.com, cohuck@redhat.com, pasic@linux.vnet.ibm.com On 09/18/2017 06:32 AM, Gerd Hoffmann wrote: > 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 > > Thanks for reviewing it :)