Statistics
| Branch: | Revision:

root / buffered_file.c @ 10781c09

History | View | Annotate | Download (5.7 kB)

# 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...