lkml.org 
[lkml]   [2018]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v3 1/2] drm/virtio: Add window server support
      Hi,

    Sorry for joining the party late. Had a broken finger and was offline
    for a bunch of weeks (and a buif backlog afterwards ...).

    > This is to allow clients running within VMs to be able to communicate
    > with a compositor in the host. Clients will use the communication
    > protocol that the compositor supports, and virtio-gpu will assist with
    > making buffers available in both sides, and copying content as needed.

    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.

    > It is expected that a service in the guest will act as a proxy,
    > interacting with virtio-gpu to support unmodified clients.

    If you have a guest proxy anyway using virtio-sock for the protocol
    stream and virtio-gpu for buffer sharing (and some day 3d rendering too)
    should work fine I think.

    > When the client notifies the compositor that it can read from that buffer,
    > the proxy should copy the contents from the SHM region to the virtio-gpu
    > resource and call DRM_VIRTGPU_TRANSFER_TO_HOST.

    What is the plan for the host side? I see basically two options.
    Either implement the host wayland proxy directly in qemu. Or implement
    it as separate process, which then needs some help from qemu to get
    access to the buffers. The later would allow qemu running independant
    from the desktop session.

    cheers,
    Gerd

    \
     
     \ /
      Last update: 2018-02-01 17:38    [W:3.535 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site