Home
last modified time | relevance | path

Searched hist:d98e4eb7de93290f7921b0dbe869c7dd3c567945 (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dtest-io-channel-buffer.cd98e4eb7de93290f7921b0dbe869c7dd3c567945 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 Dchannel-buffer.hd98e4eb7de93290f7921b0dbe869c7dd3c567945 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 Dchannel-buffer.cd98e4eb7de93290f7921b0dbe869c7dd3c567945 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 DMakefile.included98e4eb7de93290f7921b0dbe869c7dd3c567945 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>