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
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
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 ++