summaryrefslogtreecommitdiffstats
path: root/tests/test-io-channel-command.c
Commit message (Collapse)AuthorAgeFilesLines
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-181-0/+129
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>