aboutsummaryrefslogtreecommitdiffstats
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21Fix windows buildaliguori1-0/+2
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-0/+1
2008-06-05New qemu-img convert -B option, by Marc Bevand.ths1-0/+27
2008-04-08unlink the bs from bdrv-list upon bdrv_delete(bs)aurel321-1/+8
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel321-74/+0
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel321-0/+74
2008-03-10Honor TMPDIR environment variableaurel321-1/+5
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths1-0/+16
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-1/+1
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths1-1/+1
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths1-4/+46
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-3/+2
2007-11-11Split block API from vl.h.pbrook1-3/+9
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-11/+11
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-48/+48
2007-07-31Parallels disk image support, by Alex Beregszaszi.ths1-0/+1
2007-02-11Use PATH_MAX for name lengths, by Sergey Vlasov.ths1-2/+2
2007-01-26Define ENOMEDIUM to match ENODEV if it isn't available.ths1-4/+0
2007-01-18Darwin build fix, by Pierre d'Herbemont.ths1-0/+4
2007-01-07path_is_absolute() fix for win32bellard1-0/+5
2007-01-07win32 block device fixes (initial patch by kazu)bellard1-11/+28
2006-12-22Escape filname printout properly, by Anthony Liguori and Julian Seward.ths1-3/+6
2006-08-24fixed handling of relative filenames with -snapshotbellard1-1/+2
2006-08-23win32 compilation fixesbellard1-4/+11
2006-08-23fixed error handlingbellard1-1/+3
2006-08-19better support of host drivesbellard1-59/+159
2006-08-07fixed aio emulationbellard1-8/+7
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook1-130/+107
2006-08-06qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard1-7/+5
2006-08-05multiple snapshot supportbellard1-8/+136
2006-08-01async file I/O APIbellard1-316/+569
2006-06-26Windows sparse file support (Frediano Ziglio)bellard1-0/+46
2006-06-04Disk cache flush support.pbrook1-0/+15
2006-04-25Solaris port (Ben Taylor)bellard1-1/+19
2005-12-18qcow_make_empty() support (Johannes Schindelin)bellard1-3/+13
2005-11-26update boot sector when using -kernel (Magnus Damm)bellard1-0/+3
2005-10-30OS X: support for the built in CD-ROM drive (Mike Kronenberg)bellard1-1/+107
2005-04-28probing fixesbellard1-19/+23
2005-04-27Virtual PC read-only disk image support (Alex Beregszaszi)bellard1-0/+1
2005-04-27BSD fixbellard1-5/+6
2005-04-26BSD cdrom device access fixbellard1-3/+39
2005-04-26raw CDROM access for windows (Filip Navara)bellard1-0/+6
2005-04-26Bochs disk image support (Alex Beregszaszi)bellard1-0/+1
2004-12-12.dmg disk image format support (Johannes Schindelin)bellard1-0/+1
2004-11-16better BIOS ATA translation supportbellard1-0/+10
2004-09-29cloop driver (Johannes Schindelin)bellard1-0/+1
2004-09-18fixed block close() method prototypebellard1-1/+1
2004-08-0364 bit file I/O by defaultbellard1-5/+13
2004-08-01new disk image layerbellard1-261/+340