aboutsummaryrefslogtreecommitdiffstats
path: root/block-bochs.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-07Use C99 initializers for BlockDriver methodsaurel321-7/+6
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
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-14/+14
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-17/+17
2007-01-05Support for Bochs "growing" images, by Volker Ruppert.ths1-5/+35
2006-08-01async file I/O APIbellard1-3/+3
2005-04-26Bochs disk image support (Alex Beregszaszi)bellard1-0/+224