Re: [PATCH 0/3] Virtio dmabuf improvements

2023-12-04 Thread Albert Esteve
On Mon, Dec 4, 2023 at 9:50 AM Michael S. Tsirkin wrote: > On Thu, Nov 30, 2023 at 04:49:35PM +0100, Albert Esteve wrote: > > > > > > > > On Tue, Nov 7, 2023 at 10:37 AM Albert Esteve > wrote: > > > > Various improvements for the virtio-dmabuf module. > > This patch includes: > > > >

Re: [PATCH 0/3] Virtio dmabuf improvements

2023-12-04 Thread Michael S. Tsirkin
On Thu, Nov 30, 2023 at 04:49:35PM +0100, Albert Esteve wrote: > > > > On Tue, Nov 7, 2023 at 10:37 AM Albert Esteve wrote: > > Various improvements for the virtio-dmabuf module. > This patch includes: > > - Check for ownership before allowing a vhost device >   to remove an o

Re: [PATCH 0/3] Virtio dmabuf improvements

2023-11-30 Thread Albert Esteve
On Tue, Nov 7, 2023 at 10:37 AM Albert Esteve wrote: > Various improvements for the virtio-dmabuf module. > This patch includes: > > - Check for ownership before allowing a vhost device > to remove an object from the table. > - Properly cleanup shared resources if a vhost device > object gets

[PATCH 0/3] Virtio dmabuf improvements

2023-11-07 Thread Albert Esteve
Various improvements for the virtio-dmabuf module. This patch includes: - Check for ownership before allowing a vhost device to remove an object from the table. - Properly cleanup shared resources if a vhost device object gets cleaned up. - Rename virtio dmabuf functions to `virtio_dmabuf_*`