Skip to content
  1. Jan 16, 2019
  2. Jan 02, 2019
  3. Sep 26, 2018
  4. Jul 11, 2018
    • Frediano Ziglio's avatar
      qxl_dev: Align QXLRam to 4 bytes · beda5ec7
      Frediano Ziglio authored
      This avoids compilers detect misaligned access which can lead to
      warnings.
      In QEMU the structure is allocated at the beginning of a 4Kb page,
      in Xspice is allocated with a calloc, so the structure will end up 4
      bytes aligned as well with these users. We are not aware of other users
      of QXLRam, but if there was, it's likely the struct would be at least
      naturally aligned, so this change should not impact anyone.
      Aligning to 4 bytes maintains the size of the structure unchanged
      avoiding possible ABI changes.
      clang currently generates an invalid function call if a misaligned
      4 byte atomic operation is detected.
      
      This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1565766
      
      
      
      Signed-off-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      Acked-by: default avatarChristophe Fergeau <cfergeau@redhat.com>
      beda5ec7
  5. Jun 21, 2018
  6. Jun 19, 2018
  7. Jun 01, 2018
  8. May 31, 2018
  9. May 08, 2018
  10. May 05, 2018
  11. Apr 11, 2018
  12. Apr 05, 2018
  13. Mar 10, 2018
  14. Mar 09, 2018
  15. Dec 01, 2017
  16. Nov 09, 2017
  17. Nov 01, 2017
  18. Sep 15, 2017
  19. Jul 03, 2017
  20. Jun 20, 2017
    • Jakub Janků's avatar
      agent: Add new file-xfer statuses · 86c53ee5
      Jakub Janků authored
      
      
      Introduce new error statuses to report more info to clients:
      VD_AGENT_FILE_XFER_STATUS_SESSION_LOCKED,
      VD_AGENT_FILE_XFER_STATUS_VDAGENT_NOT_CONNECTED,
      VD_AGENT_FILE_XFER_STATUS_DISABLED
      
      These are only sent to clients that feature
      VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS capability.
      Acked-by: default avatarPavel Grunt <pgrunt@redhat.com>
      86c53ee5
  21. May 31, 2017
    • Jakub Janků's avatar
      agent: Add support for reporting on free space · 8b025c4e
      Jakub Janků authored
      
      
      Agent can send VDAgentFileXferStatusMessage with result
      VD_AGENT_FILE_XFER_STATUS_NOT_ENOUGH_SPACE to indicate lack of free
      space. This enables more detailed error reporting, so the user knows
      why the file transfer has failed.
      
      Add VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS to ensure detailed errors
      are not sent to clients that do not support it. This can be used
      with more file xfer errors in the future.
      
      Acked-by: default avatarPavel Grunt <pgrunt@redhat.com>
      8b025c4e
  22. May 08, 2017
  23. Mar 10, 2017
  24. Mar 03, 2017
  25. Jan 31, 2017
  26. Jan 06, 2017
  27. Nov 23, 2016
Loading