Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Feb 28, 2024
    • Vivek Kasireddy's avatar
      ui/spice: Submit the gl_draw requests at 60 FPS for remote clients · f8ecdaaa
      Vivek Kasireddy authored
      
      In the specific case where the display layer (virtio-gpu) is using
      dmabuf, and if remote clients are enabled (-spice gl=on,port=xxxx),
      it makes sense to limit the maximum (streaming) rate to 60 FPS
      using the GUI timer. This matches the behavior of GTK UI where the
      display updates are submitted at 60 FPS (assuming the underlying
      mode is WxY@60).
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
      Cc: Frediano Ziglio <freddy77@gmail.com>
      Cc: Dongwon Kim <dongwon.kim@intel.com>
      Signed-off-by: default avatarVivek Kasireddy <vivek.kasireddy@intel.com>
      f8ecdaaa
    • Vivek Kasireddy's avatar
      ui/spice: Enable gl=on option for non-local or remote clients · ff794c02
      Vivek Kasireddy authored
      
      Newer versions of Spice server should be able to accept dmabuf
      fds from Qemu for clients that are connected via the network.
      In other words, when this option is enabled, Qemu would share
      a dmabuf fd with Spice which would encode and send the data
      associated with the fd to a client that could be located on
      a different machine.
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
      Cc: Frediano Ziglio <freddy77@gmail.com>
      Cc: Dongwon Kim <dongwon.kim@intel.com>
      Signed-off-by: default avatarVivek Kasireddy <vivek.kasireddy@intel.com>
      ff794c02
    • Vivek Kasireddy's avatar
      ui/spice: Add an option for users to provide a preferred codec · 1817f868
      Vivek Kasireddy authored
      
      Giving users an option to choose a particular codec will enable
      them to make an appropriate decision based on their hardware and
      use-case.
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
      Cc: Frediano Ziglio <freddy77@gmail.com>
      Cc: Dongwon Kim <dongwon.kim@intel.com>
      Signed-off-by: default avatarVivek Kasireddy <vivek.kasireddy@intel.com>
      1817f868
  3. Jan 05, 2024
Loading