summaryrefslogtreecommitdiffstats
path: root/block/vpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-111-3/+5
* block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold2011-11-111-1/+5
* block: change flush to co_flushPaolo Bonzini2011-10-211-3/+3
* block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-211-1/+12
* block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-211-1/+12
* block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-211-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* block/vpc.c: Detect too-large vpc fileSerge E. Hallyn2011-08-011-1/+7
* vpc.c: Use get_option_parameter() does the searchMitnick Lyu2011-04-131-6/+2
* vpc: fix a file descriptor leakBlue Swirl2011-01-121-17/+30
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-2/+0
* vpc: Implement bdrv_flushKevin Wolf2010-11-041-8/+13
* vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-4/+5
* vpc: Read/write multiple sectors at onceKevin Wolf2010-06-151-11/+30
* block/vpc: Fix conversion from size to disk geometryStefan Weil2010-05-171-9/+12
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-20/+12
* Fix spelling in comment.Stefan Weil2009-09-091-1/+1
* eliminate errors about unused results in block/vpc.cNathan Froyd2009-08-241-4/+4
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-1/+5
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-4/+17
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+606
OpenPOWER on IntegriCloud