• D
    io: add QIOChannelBuffer class · d98e4eb7
    Daniel P. Berrange 提交于
    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: NDaniel P. Berrange <berrange@redhat.com>
    d98e4eb7
.gitignore 1.2 KB