Re: [Qemu-devel] [PATCH 1/9] virtio-gpu/2d: add hardware spec include file

2015-03-17 Thread Gerd Hoffmann
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 co

Re: [Qemu-devel] [PATCH 1/9] virtio-gpu/2d: add hardware spec include file

2015-03-16 Thread Max Reitz
On 2015-03-13 at 05:47, Gerd Hoffmann wrote: This patch adds the header file with structs and defines for the virtio based gpu device. Covers 2d operations only. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie Signed-off-by: Gerd Hoffmann --- include/hw/virtio/virtgpu_

[Qemu-devel] [PATCH 1/9] virtio-gpu/2d: add hardware spec include file

2015-03-13 Thread Gerd Hoffmann
This patch adds the header file with structs and defines for the virtio based gpu device. Covers 2d operations only. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie Signed-off-by: Gerd Hoffmann --- include/hw/virtio/virtgpu_hw.h | 203 +