• This patch switches the vnc code ofer to the new socket helper
    functions.
    
    It adds support IPv6 support and for automatically allocating an unused
    vnc display port.  The latter is handled ising a to= option, specifying
    the upper limit for the display number to try.  Scanning is started at
    the display number given in the display specification, i.e. this command
    line:
    
        -vnc localhost:7,to=11
    
    will try displays 7 to 11 (inclusive).
    
    There are also new "ipv4" and "ipv6" options to make qemu try only
    the specified internet protocol version.
    
    The display actually allocated can be queried using the "info vnc"
    monitor command.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5696 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
     
    Browse Code »





  • This patch adds support for the ExtendedKeyEvent client message.  This message
    allows a client to send raw scan codes directly to the server.  If the client
    and server are using the same keymap, then it's unnecessary to use the '-k'
    option with QEMU when this extension is supported.
    
    This is extension is currently only implemented by gtk-vnc based clients
    (gvncviewer, virt-manager, vinagre, etc.).
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5076 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
     
    Browse Code »

  • Add idle field to DisplayState struct, so drivers can figure
    the display is idle and take advantage of that.
    
    The xen framebuffer driver will use this to communicate the
    idle state to the guest, so it knows it can stop doing updates
    to a virtual display which is invisible anyway.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5056 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
     
    Browse Code »