Message ID | 20210511224719.387443-1-vivek.kasireddy@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio-gpu: Add support for Blob resources feature (v4) | expand |
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 VIRTIO_GPU_BLOB_FLAG_USE_SHAREABLE. > > Most of the patches in this series are a rebased, refactored and bugfixed > versions of Gerd Hoffmann's patches located here: > https://gitlab.freedesktop.org/virgl/qemu/-/commits/virtio-gpu-next Doesn't apply cleanly to master, can you rebase and resend? thanks, Gerd
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 > > with property VIRTIO_GPU_BLOB_FLAG_USE_SHAREABLE. > > > > Most of the patches in this series are a rebased, refactored and > > bugfixed versions of Gerd Hoffmann's patches located here: > > https://gitlab.freedesktop.org/virgl/qemu/-/commits/virtio-gpu-next > > Doesn't apply cleanly to master, can you rebase and resend? [Kasireddy, Vivek] Sure, just sent a v5. Thanks, Vivek > > thanks, > Gerd