Re: [PATCH v2 0/3] Virtio dmabuf improvements

2024-01-08 Thread Stefan Hajnoczi
On Mon, 8 Jan 2024 at 10:49, Albert Esteve wrote: > On Mon, Dec 11, 2023 at 10:48 PM Stefan Hajnoczi wrote: >> >> On Thu, 7 Dec 2023 at 09:55, Albert Esteve wrote: >> > >> > v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1005257.html >> > v1 -> v2: >> > - Solved an unitialized uuid

Re: [PATCH v2 0/3] Virtio dmabuf improvements

2024-01-08 Thread Albert Esteve
On Mon, Dec 11, 2023 at 10:48 PM Stefan Hajnoczi wrote: > On Thu, 7 Dec 2023 at 09:55, Albert Esteve wrote: > > > > v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1005257.html > > v1 -> v2: > > - Solved an unitialized uuid value on vhost-user source > > - Changed cleanup strategy,

Re: [PATCH v2 0/3] Virtio dmabuf improvements

2023-12-11 Thread Stefan Hajnoczi
On Thu, 7 Dec 2023 at 09:55, Albert Esteve wrote: > > v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1005257.html > v1 -> v2: > - Solved an unitialized uuid value on vhost-user source > - Changed cleanup strategy, and traverse all objects in the > table to remove them instead.

[PATCH v2 0/3] Virtio dmabuf improvements

2023-12-07 Thread Albert Esteve
v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1005257.html v1 -> v2: - Solved an unitialized uuid value on vhost-user source - Changed cleanup strategy, and traverse all objects in the table to remove them instead. Various improvements for the virtio-dmabuf module. This patch i