1. 27 3月, 2013 7 次提交
  2. 26 3月, 2013 1 次提交
  3. 19 3月, 2013 1 次提交
    • K
      char: Fix return type of qemu_chr_fe_add_watch() · 2c8a5942
      Kevin Wolf 提交于
      qemu_chr_fe_add_watch() can return negative errors, therefore it must
      not have an unsigned return type. For consistency with other
      qemu_chr_fe_* functions, this uses a standard C int instead of glib
      types.
      
      In situations where qemu_chr_fe_add_watch() is falsely assumed to have
      succeeded, the serial ports would go into a state where it never becomes
      ready for transmitting more data; this is fixed by this patch.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      2c8a5942
  4. 13 3月, 2013 18 次提交
  5. 11 3月, 2013 1 次提交
  6. 09 3月, 2013 12 次提交