Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-20 | io: fix description of @errp parameter initialization | Daniel P. Berrange | |
The "Error **errp" parameters must be NULL initialized not uninitialized. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> | |||
2015-12-18 | io: add QIOChannelCommand class | Daniel P. Berrange | |
Add a QIOChannel subclass that is capable of performing I/O to/from a separate process, via a pair of pipes. The command can be used for unidirectional or bi-directional I/O. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> |