diff options
| author | Daniel P. Berrange | 2015-09-15 18:27:33 +0200 |
|---|---|---|
| committer | Daniel P. Berrange | 2015-12-18 13:18:31 +0100 |
| commit | d98e4eb7de93290f7921b0dbe869c7dd3c567945 (patch) | |
| tree | 3f9d266d76b202a93b1bf7fd8a47affa4d521308 /tests/.gitignore | |
| parent | io: add QIOChannelCommand class (diff) | |
| download | qemu-d98e4eb7de93290f7921b0dbe869c7dd3c567945.tar.gz qemu-d98e4eb7de93290f7921b0dbe869c7dd3c567945.tar.xz qemu-d98e4eb7de93290f7921b0dbe869c7dd3c567945.zip | |
io: add QIOChannelBuffer class
Add a QIOChannel subclass that is capable of performing I/O
to/from a memory buffer. This implementation does not attempt
to support concurrent readers & writers. It is designed for
serialized access where by a single thread at a time may write
data, seek and then read data back out.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index cc9aeec717..77aaba6c2f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -24,6 +24,7 @@ test-cutils test-hbitmap test-int128 test-iov +test-io-channel-buffer test-io-channel-command test-io-channel-command.fifo test-io-channel-file |
