1. 13 2月, 2015 9 次提交
  2. 11 2月, 2015 21 次提交
  3. 15 7月, 2013 1 次提交
  4. 04 7月, 2013 1 次提交
  5. 02 7月, 2013 2 次提交
  6. 07 3月, 2013 1 次提交
  7. 12 1月, 2013 1 次提交
  8. 22 10月, 2012 1 次提交
    • R
      lguest: fix block request handling in example launcher. · c0316a94
      Rusty Russell 提交于
      virtio requests are scatter-gather-style descriptors, but no
      assumptions should be made about the layout.  lguest was lazy here,
      but saved by the fact that the network device hands all requests to
      tun (which does it correctly) and console and random devices simply
      use readv and writev.
      
      Block devices, however, are broken: we convert to iovecs internally,
      just make sure we handle the correctly.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      c0316a94
  9. 04 10月, 2012 1 次提交
  10. 12 1月, 2012 1 次提交