Re: [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code

2015-06-08 Thread Gerd Hoffmann
Hi, > > +static uint32_t virtio_gpu_get_features(VirtIODevice *vdev, uint32_t > > features) > > +{ > > +return features; > > +} > > Does this series rely on some other patches? Because in master, > VirtioDeviceClass::get_features() is still uint64_t (*)(VirtioDevice *, > uint64_t) (which

Re: [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code

2015-06-05 Thread Max Reitz
On 29.05.2015 13:45, Gerd Hoffmann wrote: This patch adds the core code for virtio gpu emulation, covering 2d support. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie Signed-off-by: Gerd Hoffmann --- hw/display/Makefile.objs | 2 + hw/display/virtio-gpu.c

[Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add virtio gpu core code

2015-05-29 Thread Gerd Hoffmann
This patch adds the core code for virtio gpu emulation, covering 2d support. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie Signed-off-by: Gerd Hoffmann --- hw/display/Makefile.objs | 2 + hw/display/virtio-gpu.c| 918 ++