From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS60Y-0006zk-KN for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS60T-0001qj-Ei for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:10:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS60T-0001pW-1C for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:09:57 -0400 From: Gerd Hoffmann Date: Thu, 11 Sep 2014 17:09:31 +0200 Message-Id: <1410448173-12960-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] virtio-gpu: hardware specification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Dave Airlie , virtualization@lists.linux-foundation.org, Gerd Hoffmann , virtio-dev@lists.oasis-open.org Hi folks, Lets kick off the virtio-gpu review process, starting with the virtio protocol. This is a tiny patch series for qemu. Patch #1 carries the header file describing the virtual hardware: config space, command structs being sent over the rings, defines etc. Patch #2 adds a text file describing virtio-gpu to docs/specs/. It covers 2D support only for now. For anybody who wants to dig a bit deeper: Here are the branches for qemu and the linux kernel: https://www.kraxel.org/cgit/qemu/log/?h=rebase/vga-wip https://www.kraxel.org/cgit/linux/log/?h=virtio-gpu-rebase The qemu patches are in a reasonable state. The linux kernel patches are not cleaned up yet, you probably want to look at the final tree only. Work has been done by Dave Airlie and me. The authorship info in git got lost in the qemu patch cleanup process though. Suggestions how to handle that best? Simply add both mine and Dave's signed-off-by to all virtio-gpu qemu patches? Is that fine with you Dave? Anyone has better ideas? please review, Gerd Hoffmann Gerd Hoffmann (2): virtio-gpu/2d: add hardware spec include file virtio-gpu/2d: add docs/specs/virtio-gpu.txt docs/specs/virtio-gpu.txt | 165 +++++++++++++++++++++++++++++++++++++++++ include/hw/virtio/virtgpu_hw.h | 158 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 323 insertions(+) create mode 100644 docs/specs/virtio-gpu.txt create mode 100644 include/hw/virtio/virtgpu_hw.h -- 1.8.3.1