1. 19 12月, 2012 4 次提交
  2. 21 11月, 2012 1 次提交
  3. 08 10月, 2012 1 次提交
    • G
      spice: raise requirement to 0.12 · 67be6726
      Gerd Hoffmann 提交于
      With the next qemu version (1.3) we are going to bump the qxl device
      revision to 4.  The new features available require a recent spice-server
      version, so raise up the bar.  Otherwise we would end up with different
      qxl revisions depending on the spice-server version installed, which
      would be a major PITA when it comes to compat properties.
      
      Clear out a big bunch of #ifdefs which are not needed any more.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      67be6726
  4. 05 9月, 2012 6 次提交
  5. 03 5月, 2012 1 次提交
  6. 19 3月, 2012 2 次提交
  7. 29 2月, 2012 2 次提交
  8. 27 2月, 2012 1 次提交
  9. 21 2月, 2012 2 次提交
  10. 15 2月, 2012 1 次提交
  11. 27 10月, 2011 1 次提交
  12. 25 10月, 2011 5 次提交
  13. 20 10月, 2011 1 次提交
  14. 07 9月, 2011 1 次提交
  15. 21 8月, 2011 1 次提交
  16. 11 8月, 2011 1 次提交
  17. 24 7月, 2011 1 次提交
  18. 20 7月, 2011 1 次提交
  19. 04 7月, 2011 1 次提交
  20. 06 6月, 2011 3 次提交
    • G
      spice: require spice 0.6.0 or newer. · 012b80d3
      Gerd Hoffmann 提交于
      This patch raises the minimum required spice version to 0.6.0 and drops
      a few ifdefs.
      
      0.6.0 is the first stable release with the current libspice-server API,
      there shouldn't be any 0.5.x development versions deployed any more.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      012b80d3
    • M
      spice: add SASL support · 48b3ed0a
      Marc-André Lureau 提交于
      Turn on SASL support by appending "sasl" to the spice arguments, which
      requires that the client use SASL to authenticate with the spice.  The
      exact choice of authentication method used is controlled from the
      system / user's SASL configuration file for the 'qemu' service. This
      is typically found in /etc/sasl2/qemu.conf. If running QEMU as an
      unprivileged user, an environment variable SASL_CONF_PATH can be used
      to make it search alternate locations for the service config.  While
      some SASL auth methods can also provide data encryption (eg GSSAPI),
      it is recommended that SASL always be combined with the 'tls' and
      'x509' settings to enable use of SSL and server certificates. This
      ensures a data encryption preventing compromise of authentication
      credentials.
      
      It requires support from spice 0.8.1.
      
      [ kraxel: moved spell fix to separate commit ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      48b3ed0a
    • H
      spice: add option for disabling copy paste support · d4970b07
      Hans de Goede 提交于
      Some people want to be able disable spice's guest <-> client copy paste support
      because of security considerations.
      
      [ kraxel: drop old-version error message ]
      d4970b07
  21. 21 3月, 2011 1 次提交
    • P
      change all rt_clock references to use millisecond resolution accessors · 7bd427d8
      Paolo Bonzini 提交于
      This was done with:
      
          sed -i '/get_clock\>.*rt_clock/s/get_clock\>/get_clock_ms/' \
              $(git grep -l 'get_clock\>.*rt_clock' )
          sed -i '/new_timer\>.*rt_clock/s/new_timer\>/new_timer_ms/' \
              $(git grep -l 'new_timer\>.*rt_clock' )
      
      after checking that get_clock and new_timer never occur twice
      on the same line.  There were no missed occurrences; however, even
      if there had been, they would have been caught by the compiler.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      7bd427d8
  22. 24 1月, 2011 1 次提交
    • G
      spice/vnc: client migration. · e866e239
      Gerd Hoffmann 提交于
      Handle spice client migration, i.e. inform a spice client connected
      about the new host and connection parameters, so it can move over the
      connection automatically.
      
      The monitor command has a not-yet used protocol argument simliar to
      set_password and expire_password commands.  This allows to add a simliar
      feature to vnc in the future.  Daniel Berrange plans to work on this.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      e866e239
  23. 09 12月, 2010 1 次提交