Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Sep 17, 2019
  3. Jun 12, 2019
  4. Feb 05, 2019
  5. Jan 10, 2019
  6. Nov 16, 2018
  7. Jun 26, 2018
  8. Mar 05, 2018
  9. Feb 22, 2018
  10. Feb 20, 2018
  11. Oct 17, 2017
  12. Sep 29, 2017
  13. Jun 21, 2017
  14. May 12, 2017
    • Gerd Hoffmann's avatar
      opengl: add egl-headless display · bb1599b6
      Gerd Hoffmann authored
      
      Add egl-headless user interface.  It doesn't provide a real user
      interface, it only provides opengl support using drm render nodes.
      It will copy back the bits rendered by the guest using virgl back
      to a DisplaySurface and kick the usual display update code paths,
      so spice and vnc and screendump can pick it up.
      
      Use it this way:
        qemu -display egl-headless -vnc $display
        qemu -display egl-headless -spice gl=off,$args
      
      Note that you should prefer native spice opengl support (-spice
      gl=on) if possible because that delivers better performance.
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20170505104101.30589-7-kraxel@redhat.com
      bb1599b6
Loading