All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] virtio-gpu: hardware specification
@ 2014-09-11 15:09 ` Gerd Hoffmann
  0 siblings, 0 replies; 59+ messages in thread
From: Gerd Hoffmann @ 2014-09-11 15:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Dave Airlie, virtualization, virtio-dev

  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 <airlied@redhat.com> 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

^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2014-09-15 10:55 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11 15:09 [PATCH 0/2] virtio-gpu: hardware specification Gerd Hoffmann
2014-09-11 15:09 ` [Qemu-devel] " Gerd Hoffmann
2014-09-11 15:09 ` [PATCH 1/2] virtio-gpu/2d: add hardware spec include file Gerd Hoffmann
2014-09-11 15:09   ` [Qemu-devel] " Gerd Hoffmann
2014-09-11 15:15   ` Peter Maydell
2014-09-11 15:15   ` Peter Maydell
2014-09-11 15:40     ` Gerd Hoffmann
2014-09-11 15:19   ` Eric Blake
2014-09-11 15:19   ` Eric Blake
2014-09-12 10:44     ` Gerd Hoffmann
2014-09-12 12:48       ` Eric Blake
2014-09-12 12:48         ` Eric Blake
2014-09-12 12:51         ` Eric Blake
2014-09-12 12:51           ` Eric Blake
2014-09-12 13:03         ` Peter Maydell
2014-09-12 13:03           ` Peter Maydell
2014-09-14 13:46       ` Michael S. Tsirkin
2014-09-14 13:46         ` [Qemu-devel] " Michael S. Tsirkin
2014-09-14 14:04         ` Peter Maydell
2014-09-14 14:04           ` Peter Maydell
2014-09-14 14:11           ` Michael S. Tsirkin
2014-09-14 14:11             ` Michael S. Tsirkin
2014-09-14 14:32             ` Peter Maydell
2014-09-14 14:32               ` Peter Maydell
2014-09-14 15:09               ` Michael S. Tsirkin
2014-09-14 15:09                 ` Michael S. Tsirkin
2014-09-14 16:11                 ` Peter Maydell
2014-09-14 16:11                   ` Peter Maydell
2014-09-14 16:31                   ` Michael S. Tsirkin
2014-09-14 16:31                     ` Michael S. Tsirkin
2014-09-15 10:36               ` Gerd Hoffmann
2014-09-15 10:40         ` Gerd Hoffmann
2014-09-15 10:40           ` [Qemu-devel] " Gerd Hoffmann
2014-09-15 10:55           ` Michael S. Tsirkin
2014-09-15 10:55             ` [Qemu-devel] " Michael S. Tsirkin
2014-09-11 15:20   ` Peter Maydell
2014-09-11 15:43     ` Gerd Hoffmann
2014-09-11 15:53       ` Christopher Covington
2014-09-11 18:58       ` [virtio-dev] " Paolo Bonzini
2014-09-11 18:58         ` [Qemu-devel] [virtio-dev] " Paolo Bonzini
2014-09-11 15:09 ` [PATCH 2/2] virtio-gpu/2d: add docs/specs/virtio-gpu.txt Gerd Hoffmann
2014-09-11 15:09   ` [Qemu-devel] " Gerd Hoffmann
2014-09-11 15:30   ` Eric Blake
2014-09-11 15:30   ` Eric Blake
2014-09-12 11:08     ` Gerd Hoffmann
2014-09-12  9:10   ` [virtio-dev] " Stefan Hajnoczi
2014-09-12  9:10     ` [Qemu-devel] " Stefan Hajnoczi
2014-09-12 11:38     ` Gerd Hoffmann
2014-09-12 11:38       ` [Qemu-devel] " Gerd Hoffmann
2014-09-12 21:14       ` Dave Airlie
2014-09-12 21:14       ` [Qemu-devel] " Dave Airlie
2014-09-15 10:14         ` Gerd Hoffmann
2014-09-15 10:14           ` [Qemu-devel] " Gerd Hoffmann
2014-09-14  9:16   ` Michael S. Tsirkin
2014-09-14  9:16     ` [Qemu-devel] " Michael S. Tsirkin
2014-09-14 11:05     ` [virtio-dev] " Dave Airlie
2014-09-14 11:05       ` [Qemu-devel] " Dave Airlie
2014-09-12 21:18 ` [virtio-dev] [PATCH 0/2] virtio-gpu: hardware specification Dave Airlie
2014-09-12 21:18   ` [Qemu-devel] " Dave Airlie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.