Message ID | 20230908154743.809569-1-aesteve@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Virtio shared dma-buf | expand |
On 8/9/23 17:47, Albert Esteve wrote: > v1 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00598.html > v2 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg04530.html > v3 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg06126.html > v4 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-06/msg05174.html > v5 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-08/msg00255.html > v6 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg00987.html > v7 link -> https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg01190.html > v7 -> v8: > - Move "qemu/osdep.h" include to the virtio-dmabuf source file. > - Remove duplicated glib include. > - Change the title of commits to better reflect the path to the change Thank Albert you for the various respin with review comment addressed. Michael, no other comment on my side. Regards, Phil. > This patch covers the required steps to add support for virtio cross-device resource sharing[1], > which support is already available in the kernel. > Albert Esteve (4): > util/uuid: add a hash function > hw/display: introduce virtio-dmabuf > vhost-user: add shared_object msg > libvhost-user: handle shared_object msg
On Fri, Sep 8, 2023 at 5:55 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > On 8/9/23 17:47, Albert Esteve wrote: > > v1 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00598.html > > v2 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg04530.html > > v3 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg06126.html > > v4 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-06/msg05174.html > > v5 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-08/msg00255.html > > v6 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg00987.html > > v7 link -> > https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg01190.html > > v7 -> v8: > > - Move "qemu/osdep.h" include to the virtio-dmabuf source file. > > - Remove duplicated glib include. > > - Change the title of commits to better reflect the path to the change > > Thank Albert you for the various respin with review comment addressed. > > Hi Philippe, Thank you for taking the time to review! > Michael, no other comment on my side. > > Regards, > > Phil. > > > This patch covers the required steps to add support for virtio > cross-device resource sharing[1], > > which support is already available in the kernel. > > > Albert Esteve (4): > > util/uuid: add a hash function > > hw/display: introduce virtio-dmabuf > > vhost-user: add shared_object msg > > libvhost-user: handle shared_object msg > >