• 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 »