RE: [PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)

2021-05-18 Thread Kasireddy, Vivek
Hi Gerd, > > On Tue, May 11, 2021 at 03:47:06PM -0700, Vivek Kasireddy wrote: > > Enabling this feature would eliminate data copies from the resource > > object in the Guest to the shadow resource in Qemu. This patch series > > however adds support only for Blobs of type VIRTIO_GPU_BLOB_MEM_GUEST

Re: [PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)

2021-05-18 Thread Gerd Hoffmann
On Tue, May 11, 2021 at 03:47:06PM -0700, Vivek Kasireddy wrote: > Enabling this feature would eliminate data copies from the resource > object in the Guest to the shadow resource in Qemu. This patch series > however adds support only for Blobs of type > VIRTIO_GPU_BLOB_MEM_GUEST with property

[PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)

2021-05-11 Thread Vivek Kasireddy
Enabling this feature would eliminate data copies from the resource object in the Guest to the shadow resource in Qemu. This patch series however adds support only for Blobs of type VIRTIO_GPU_BLOB_MEM_GUEST with property VIRTIO_GPU_BLOB_FLAG_USE_SHAREABLE. Most of the patches in this series are