Re: [PATCH 1/3] virtio-gpu api: comment feature flags

2019-04-10 Thread Gurchetan Singh
On Wed, Apr 10, 2019 at 4:42 AM Gerd Hoffmann wrote: > Add comments to the existing feature flags, > documenting which commands belong to them. > > Signed-off-by: Gerd Hoffmann > This patch is: Reviewed-by: Gurchetan Singh > --- > include/uapi/linux/virtio_gpu.h | 12 ++-- > 1 file

[PATCH 1/3] virtio-gpu api: comment feature flags

2019-04-10 Thread Gerd Hoffmann
Add comments to the existing feature flags, documenting which commands belong to them. Signed-off-by: Gerd Hoffmann --- include/uapi/linux/virtio_gpu.h | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/virtio_gpu.h b/include/uapi/linux/virtio_gp