From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmKi-0004Cs-Fz for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXmKf-00060O-1S for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:54:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmKe-0005zy-TP for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:54:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 93E53306029 for ; Tue, 17 Mar 2015 07:54:31 +0000 (UTC) Message-ID: <1426578869.27188.29.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 17 Mar 2015 08:54:29 +0100 In-Reply-To: <550702E5.20801@redhat.com> References: <1426240033-24673-1-git-send-email-kraxel@redhat.com> <1426240033-24673-3-git-send-email-kraxel@redhat.com> <550702E5.20801@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/9] virtio-gpu/2d: add hardware spec include file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Dave Airlie , qemu-devel@nongnu.org Hi, > There are some conflicts with the latest specification I was able to > obtain > (https://www.kraxel.org/virtio/virtio-v1.0-csprd03-virtio-gpu.pdf); for > instance, the ordering of the fields in virtio_gpu_resp_display_info is > different there, some GPU formats are different (but no conflict), and > so on. Good point, I should update the specs. thanks, Gerd