summaryrefslogtreecommitdiffstats
path: root/block-vpc.c
Commit message (Expand)AuthorAgeFilesLines
* Move block drivers into their own directoryAnthony Liguori2009-05-141-606/+0Star
* Convert block infrastructure to use new module init functionalityAnthony Liguori2009-05-141-1/+9
* block-vpc: Don't silently create smaller image than requestedaurel322009-04-151-3/+8
* Use C99 initializers for BlockDriver methodsaurel322009-03-071-8/+8
* block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0Star
* block-vpc: Fix support for images > 4 GB (Kevin Wolf)aliguori2009-01-271-1/+1
* block-vpc: Create images (Kevin Wolf)aliguori2009-01-261-0/+169
* block-vpc: Write support (Kevin Wolf)aliguori2009-01-261-16/+150
* block-vpc: Use the qemu block layer (Kevin Wolf)aliguori2009-01-261-27/+32
* block-vpc: Fix disk size (Kevin Wolf)aliguori2009-01-261-3/+6
* block-vpc: Adapt header structures to official documentation (Kevin Wolf)aliguori2009-01-261-36/+82
* block-vpc: Split up struct vpc_subheader (Kevin Wolf)aliguori2009-01-261-42/+43
* Fix char* signedness, by Andre Przywara.ths2007-12-161-1/+1
* Split block API from vl.h.pbrook2007-11-111-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-10/+10
* async file I/O APIbellard2006-08-011-8/+5Star
* C99 64 bit printfbellard2006-06-251-1/+1
* probing fixesbellard2005-04-281-2/+1Star
* Virtual PC read-only disk image support (Alex Beregszaszi)bellard2005-04-271-0/+243