aboutsummaryrefslogtreecommitdiffstats
path: root/block-vpc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-15block-vpc: Don't silently create smaller image than requestedaurel321-3/+8
2009-03-07Use C99 initializers for BlockDriver methodsaurel321-8/+8
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-27block-vpc: Fix support for images > 4 GB (Kevin Wolf)aliguori1-1/+1
2009-01-26block-vpc: Create images (Kevin Wolf)aliguori1-0/+169
2009-01-26block-vpc: Write support (Kevin Wolf)aliguori1-16/+150
2009-01-26block-vpc: Use the qemu block layer (Kevin Wolf)aliguori1-27/+32
2009-01-26block-vpc: Fix disk size (Kevin Wolf)aliguori1-3/+6
2009-01-26block-vpc: Adapt header structures to official documentation (Kevin Wolf)aliguori1-36/+82
2009-01-26block-vpc: Split up struct vpc_subheader (Kevin Wolf)aliguori1-42/+43
2007-12-16Fix char* signedness, by Andre Przywara.ths1-1/+1
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-5/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-10/+10
2006-08-01async file I/O APIbellard1-8/+5
2006-06-25C99 64 bit printfbellard1-1/+1
2005-04-28probing fixesbellard1-2/+1
2005-04-27Virtual PC read-only disk image support (Alex Beregszaszi)bellard1-0/+243