Displaying 3 results from an estimated 3 matches for "2d73a3e1".
2018 Feb 05
0
[PATCH v3 1/2] drm/virtio: Add window server support
...here the compositor wrote to.
To be clear, I'm not against solving this via some form of restricted FD
passing in virtio-vsock, but Stefan (added to CC) thought that it would
be cleaner to do it all within virtio-gpu. This is the thread where it
was discussed:
https://lkml.kernel.org/r/<2d73a3e1-af70-83a1-0e84-98b5932ea20c at collabora.com>
Thanks,
Tomeu
2018 Feb 05
2
[PATCH v3 1/2] drm/virtio: Add window server support
Hi,
> > Why not use virtio-vsock to run the wayland protocol? I don't like
> > the idea to duplicate something with very simliar functionality in
> > virtio-gpu.
>
> The reason for abandoning that approach was the type of objects that
> could be shared via virtio-vsock would be extremely limited. Besides
> that being potentially confusing to users, it would mean
2018 Feb 05
2
[PATCH v3 1/2] drm/virtio: Add window server support
Hi,
> > Why not use virtio-vsock to run the wayland protocol? I don't like
> > the idea to duplicate something with very simliar functionality in
> > virtio-gpu.
>
> The reason for abandoning that approach was the type of objects that
> could be shared via virtio-vsock would be extremely limited. Besides
> that being potentially confusing to users, it would mean