search for: 972003

Displaying 1 result from an estimated 1 matches for "972003".

Did you mean: 372003
2014 Sep 11
0
[PATCH 1/2] virtio-gpu/2d: add hardware spec include file
This patch adds the header file with structs and defines for the virtio based gpu device. Covers 2d operations only. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- include/hw/virtio/virtgpu_hw.h | 158 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 include/hw/virtio/virtgpu_hw.h diff --git a/include/hw/virtio/virtgpu_hw.h