1. 30 7月, 2009 2 次提交
    • P
      fix migration to obey -S · d399f677
      Paolo Bonzini 提交于
      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: NAnthony Liguori <aliguori@us.ibm.com>
      d399f677
    • B
      alsa: add host suspend/resume support · 86635821
      Bjørn Mork 提交于
      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: NBjørn Mork <bjorn@mork.no>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      86635821
  2. 29 7月, 2009 1 次提交
  3. 28 7月, 2009 37 次提交