libvirt/src/uml
Daniel P. Berrange e886237af5 Enhance the streams helper to support plain file I/O
The O_NONBLOCK flag doesn't work as desired on plain files
or block devices. Introduce an I/O helper program that does
the blocking I/O operations, communicating over a pipe that
can support O_NONBLOCK

* src/fdstream.c, src/fdstream.h: Add non-blocking I/O
  on plain files/block devices
* src/Makefile.am, src/util/iohelper.c: I/O helper program
* src/qemu/qemu_driver.c, src/lxc/lxc_driver.c,
  src/uml/uml_driver.c, src/xen/xen_driver.c: Update for
  streams API change
2011-03-29 12:17:28 +01:00
..
uml_conf.c Allow brAddTap to create a tap device that is down 2011-02-17 13:36:22 -05:00
uml_conf.h uml: convert to virCommand 2010-12-02 16:00:47 -07:00
uml_driver.c Enhance the streams helper to support plain file I/O 2011-03-29 12:17:28 +01:00
uml_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00