Skip to content
Snippets Groups Projects
  1. Jan 18, 2012
  2. Jan 13, 2012
  3. Dec 14, 2011
  4. Dec 12, 2011
  5. Dec 06, 2011
  6. Dec 02, 2011
  7. Nov 11, 2011
  8. Nov 10, 2011
  9. Nov 01, 2011
  10. Oct 27, 2011
    • Luiz Capitulino's avatar
      qapi: Convert query-spice · d1f29646
      Luiz Capitulino authored
      
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
      d1f29646
    • Luiz Capitulino's avatar
      qapi: Convert query-vnc · 2b54aa87
      Luiz Capitulino authored
      
      There are three important remarks in relation to the non-qapi command:
      
       1. This commit also fixes the behavior of the 'query-vnc' and 'info vnc'
          commands to return an error when qemu is built without VNC support
          (ie. --disable-vnc). The non-qapi command would return the OK
          response in QMP and no response in HMP
      
       2. The qapi version explicitly marks the fields 'host', 'family',
          'service' and 'auth' as optional. Their are not documented as optional
          in the non-qapi command doc, but they would not be returned if
          vnc support is disabled. The qapi version maintains the same
          semantics, but documents those fields correctly
      
       3. The 'clients' field, which is a list, is marked as optional but is
          always returned. If there are no clients connected an empty list
          is returned. This is not the Right Way to this in the qapi but it's
          how the non-qapi command used to work
      
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
      2b54aa87
  11. Oct 25, 2011
  12. Oct 20, 2011
  13. Sep 21, 2011
  14. Sep 15, 2011
  15. Sep 09, 2011
  16. Sep 07, 2011
  17. Aug 22, 2011
  18. Aug 21, 2011
  19. Aug 10, 2011
  20. Aug 05, 2011
Loading