Re: [PATCH v4 0/2] Cross-device resource sharing

2020-03-22 Thread David Stevens
Thanks for taking a look at this. I've opened a github issue. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/76 Thanks, David On Fri, Mar 20, 2020 at 3:41 PM Gerd Hoffmann wrote: > > On Thu, Mar 19, 2020 at 11:18:21AM +0900, David Stevens wrote: > > Hi all, > > > > This is the next iter

Re: [PATCH v4 0/2] Cross-device resource sharing

2020-03-19 Thread Gerd Hoffmann
On Thu, Mar 19, 2020 at 11:18:21AM +0900, David Stevens wrote: > Hi all, > > This is the next iteration of patches for adding support for sharing > resources between different virtio devices. The corresponding Linux > implementation is [1]. > > In addition to these patches, the most recent virtio

[PATCH v4 0/2] Cross-device resource sharing

2020-03-18 Thread David Stevens
Hi all, This is the next iteration of patches for adding support for sharing resources between different virtio devices. The corresponding Linux implementation is [1]. In addition to these patches, the most recent virtio-video patchset includes a patch for importing objects into that device [2].