diff options
| author | Daniel P. Berrange | 2015-08-27 17:25:30 +0200 |
|---|---|---|
| committer | Daniel P. Berrange | 2015-12-18 13:18:31 +0100 |
| commit | 195e14d0262c5676cb9ff4b253e4b2b15c19d3f0 (patch) | |
| tree | 5f75e92f0f06e28e516b7fbcb213cb0d453094df /tests/.gitignore | |
| parent | io: add QIOChannelWebsock class (diff) | |
| download | qemu-195e14d0262c5676cb9ff4b253e4b2b15c19d3f0.tar.gz qemu-195e14d0262c5676cb9ff4b253e4b2b15c19d3f0.tar.xz qemu-195e14d0262c5676cb9ff4b253e4b2b15c19d3f0.zip | |
io: add QIOChannelCommand class
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>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 810b4f0bee..cc9aeec717 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -24,6 +24,8 @@ test-cutils test-hbitmap test-int128 test-iov +test-io-channel-command +test-io-channel-command.fifo test-io-channel-file test-io-channel-file.txt test-io-channel-socket |
