Re: [Qemu-devel] [PATCH] virtio-gpu-3d: add support for second capability set (v3)

2018-02-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 2018034702.15705-1-airl...@gmail.com Subject: [Qemu-devel] [PATCH] virtio-gpu-3d: add support for second capability set (v3) === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] virtio-gpu-3d: add support for second capability set (v3)

2018-02-22 Thread Dave Airlie
From: Dave Airlie Due to a kernel bug we can never increase the size of capability set 1, so introduce a new capability set in parallel, old userspace will continue to use the old set, new userspace will start using the new one when it detects a fixed kernel. v2: don't use a define from virglren