• When sending a copyrect command to the vnc client, we must also update
    the local server surface.  Otherwise the server's and the client's idea
    of the screen content run out of sync and screen updates don't work
    correctly.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
     
    Browse Code »
  • These are now unused.
    
    However, perhaps the idea is that when we add -device, they will be
    useful? In that case, we should add virtio-net-pci-0-10 too.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Mark McLoughlin authored
     
    Browse Code »
  • We have the pc-0.10 machine type now which does exactly the same
    thing.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Mark McLoughlin authored
     
    Browse Code »
  • Since migration returns right away, starting the VM right
    after calling qemu_start_incoming_migration is wrong even
    if -S is not passed.  We have to do this after migration
    has completed.
    
    Cc: Glauber Costa  <glommer@redhat.com>
    Cc: Anthony Liguori  <aliguori@us.ibm.com>
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Paolo Bonzini authored
     
    Browse Code »
  • Both input and output streams may be in SND_PCM_STATE_SUSPENDED
    after the host is suspended and resumed, meaning "Hardware is
    suspended".  snd_pcm_readi() and snd_pcm_writei() will return
    -ESTRPIPE if called while the stream is in this state.
    
    Call snd_pcm_resume() to enable audio output and capture after
    host resume.
    
    Signed-off-by: Bjørn Mork <bjorn@mork.no>
    Signed-off-by: malc <av1474@comtv.ru>
    Bjørn Mork authored
     
    Browse Code »