1. 26 9月, 2014 1 次提交
  2. 12 9月, 2014 1 次提交
  3. 19 8月, 2014 2 次提交
  4. 07 8月, 2014 1 次提交
  5. 30 6月, 2014 1 次提交
    • R
      serial: poll the serial console with G_IO_HUP · e02bc6de
      Roger Pau Monne 提交于
      On FreeBSD polling a master pty while the other end is not connected
      with G_IO_OUT only results in an endless wait. This is different from
      the Linux behaviour, that returns immediately. In order to demonstrate
      this, I have the following example code:
      
      http://xenbits.xen.org/people/royger/test_poll.c
      
      When executed on Linux:
      
      $ ./test_poll
      In callback
      
      On FreeBSD instead, the callback never gets called:
      
      $ ./test_poll
      
      So, in order to workaround this, poll the source with G_IO_HUP (which
      makes the code behave the same way on both Linux and FreeBSD).
      Signed-off-by: NRoger Pau Monné <roger.pau@citrix.com>
      Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
      Cc: Michael Tokarev <mjt@tls.msk.ru>
      Cc: "Andreas Färber" <afaerber@suse.de>
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: xen-devel@lists.xenproject.org
      [Add hw/char/cadence_uart.c too. - Paolo]
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      e02bc6de
  6. 29 6月, 2014 1 次提交
  7. 27 6月, 2014 2 次提交
  8. 23 6月, 2014 10 次提交
  9. 19 6月, 2014 3 次提交
  10. 16 6月, 2014 1 次提交
  11. 11 6月, 2014 6 次提交
  12. 05 6月, 2014 1 次提交
  13. 16 5月, 2014 6 次提交
  14. 09 5月, 2014 1 次提交
  15. 08 5月, 2014 1 次提交
  16. 25 4月, 2014 2 次提交