Re: [PATCH v2 1/8] virtio-gpu: CONTEXT_INIT feature

2021-07-30 Thread Gerd Hoffmann
Hi, > +/* > + * VIRTIO_GPU_CMD_CREATE_CONTEXT with > + * context_init > + */ > +#define VIRTIO_GPU_F_CONTEXT_INIT4 Where is the virtio spec update for this? take care, Gerd

[PATCH v2 1/8] virtio-gpu: CONTEXT_INIT feature

2021-07-28 Thread Antonio Caggiano
Create virgl renderer context with flags using context_id when valid. Signed-off-by: Antonio Caggiano --- hw/display/virtio-gpu-base.c| 2 ++ hw/display/virtio-gpu-virgl.c | 10 -- include/hw/virtio/virtio-gpu-bswap.h| 2 +- include/standard-header