1. 08 4月, 2015 1 次提交
  2. 04 4月, 2015 1 次提交
  3. 19 3月, 2015 1 次提交
    • A
      virtio: serial: expose a 'guest_writable' callback for users · 4add73aa
      Amit Shah 提交于
      Users of virtio-serial may want to know when a port becomes writable.  A
      port can stop accepting writes if the guest port is open but not being
      read from.  In this case, data gets queued up in the virtqueue, and
      after the vq is full, writes to the port do not succeed.
      
      When the guest reads off a vq element, and adds a new one for the host
      to put data in, we can tell users the port is available for more writes,
      via the new ->guest_writable() callback.
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NAmit Shah <amit.shah@redhat.com>
      4add73aa
  4. 12 3月, 2015 4 次提交
  5. 26 2月, 2015 11 次提交
  6. 16 2月, 2015 1 次提交
  7. 12 2月, 2015 3 次提交
  8. 07 2月, 2015 3 次提交
  9. 24 1月, 2015 1 次提交
  10. 05 1月, 2015 1 次提交
  11. 10 12月, 2014 1 次提交
  12. 12 11月, 2014 1 次提交
  13. 23 10月, 2014 2 次提交
  14. 20 10月, 2014 3 次提交
  15. 30 9月, 2014 6 次提交