aboutsummaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)Author
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-02-09vpc: Round up image size during fixed image creationKevin Wolf
2012-02-09vpc: Add support for Fixed Disk typeCharles Arnold
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf
2011-11-23vpc: Add migration blockerKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-11-11block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu
2011-01-12vpc: fix a file descriptor leakBlue Swirl
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-04vpc: Implement bdrv_flushKevin Wolf
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2009-09-09Fix spelling in comment.Stefan Weil
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Move block drivers into their own directoryAnthony Liguori