From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0v4L-00073D-20 for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:06:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0v4G-0000Wz-QU for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:06:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0v4G-0000VS-1F for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:06:04 -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 ABC3EBACAB for ; Fri, 5 Jun 2015 17:06:03 +0000 (UTC) Message-ID: <5571D6F8.7060101@redhat.com> Date: Fri, 05 Jun 2015 19:06:00 +0200 From: Max Reitz MIME-Version: 1.0 References: <1432899918-18513-1-git-send-email-kraxel@redhat.com> <1432899918-18513-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1432899918-18513-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] virtio: update headers, add virtio-gpu (2d) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 29.05.2015 13:45, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/standard-headers/linux/virtio_gpu.h | 204 ++++++++++++++++++++++++++++ > include/standard-headers/linux/virtio_ids.h | 1 + > 2 files changed, 205 insertions(+) > create mode 100644 include/standard-headers/linux/virtio_gpu.h Reviewed-by: Max Reitz