1. 23 3月, 2013 7 次提交
  2. 22 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. 18 3月, 2013 9 次提交
  5. 16 3月, 2013 1 次提交
  6. 15 3月, 2013 11 次提交
  7. 13 3月, 2013 8 次提交
  8. 12 3月, 2013 2 次提交