Statistics
| Branch: | Revision:

root / buffered_file.h @ 44dc0ca3

History | View | Annotate | Download (916 Bytes)

# Date Author Comment
39b65c2e 10/13/2008 06:10 am aliguori

Introduce a buffered file wrapper for QEMUFile

This patch introduces a buffered QEMUFile wrapper. This allows QEMUFile's to be
rate limited. It also makes it easier to implement a QEMUFile that is
asynchronous since the current QEMUFile API requires that all reads and writes...