Searched hist:d98e4eb7de93290f7921b0dbe869c7dd3c567945 (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/unit/ |
H A D | test-io-channel-buffer.c | d98e4eb7de93290f7921b0dbe869c7dd3c567945 Tue Sep 15 16:27:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> 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>
|
/qemu/include/io/ |
H A D | channel-buffer.h | d98e4eb7de93290f7921b0dbe869c7dd3c567945 Tue Sep 15 16:27:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> 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>
|
/qemu/io/ |
H A D | channel-buffer.c | d98e4eb7de93290f7921b0dbe869c7dd3c567945 Tue Sep 15 16:27:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> 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>
|
/qemu/tests/ |
H A D | Makefile.include | d98e4eb7de93290f7921b0dbe869c7dd3c567945 Tue Sep 15 16:27:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> 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>
|