aboutsummaryrefslogtreecommitdiffstats
path: root/block/vpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf1-1/+4
2011-11-23vpc: Add migration blockerKevin Wolf1-0/+13
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-3/+5
2011-11-11block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold1-1/+5
2011-10-21block: change flush to co_flushPaolo Bonzini1-3/+3
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini1-1/+12
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini1-1/+12
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini1-0/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn1-1/+7
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu1-6/+2
2011-01-12vpc: fix a file descriptor leakBlue Swirl1-17/+30
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-2/+0
2010-11-04vpc: Implement bdrv_flushKevin Wolf1-8/+13
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-4/+5
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf1-11/+30
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil1-9/+12
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-20/+12
2009-09-09Fix spelling in comment.Stefan Weil1-1/+1
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd1-4/+4
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-1/+5
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-4/+17
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+606