• E
    qemu: Introduce a new graphics display type 'headless' · d8266ebe
    Erik Skultety 提交于
    Since 2.10 QEMU supports a new display type egl-headless which uses the
    drm nodes for OpenGL rendering copying back the rendered bits back to
    QEMU into a dma-buf which can be accessed by standard "display" apps
    like VNC or SPICE. Although this display type can be used on its own,
    for any practical use case it makes sense to pair it with either VNC or
    SPICE display. The clear benefit of this display is that VNC gains
    OpenGL support, which it natively doesn't have, and SPICE gains remote
    OpenGL support (native OpenGL support only works locally through a UNIX
    socket, i.e. listen type=socket/none).
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    Signed-off-by: NErik Skultety <eskultet@redhat.com>
    d8266ebe
qemuxml2argvtest.c 111.5 KB