aboutsummaryrefslogtreecommitdiffstats
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+0
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori1-1/+1
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori1-2/+3
2009-01-22info blockstats: show highest_allocated if exists (Uri Lublin)aliguori1-1/+6
2009-01-22Vectored block device API (Avi Kivity)aliguori1-0/+68
2009-01-15bdrv_write should not stop on partial write (Gleb Natapov)aliguori1-13/+14
2008-12-05Attached patch contains warning fixes.blueswir11-2/+2
2008-12-05sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir11-1/+6
2008-11-25Abstract out geometry detection code from IDE for reusealiguori1-0/+116
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-32/+0
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-3/+3
2008-10-13open() can also return EPERM for O_RDWR on a readonly deviceaurel321-1/+1
2008-10-06Add bdrv_flush_all()aliguori1-0/+10
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori1-2/+0
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir11-0/+2
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-32/+0
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-12Let snapshot work with protocolsaliguori1-1/+13
2008-09-11Only build compatfd when using AIO and make sure to always init AIOaliguori1-0/+2
2008-09-10Use signalfd() to work around signal/select racealiguori1-10/+4
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-1/+0
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