summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-2/+2
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-0/+2
* monitor: Rework API (Jan Kiszka)aliguori2009-03-061-33/+33
* monitor: Rework modal password input (Jan Kiszka)aliguori2009-03-061-6/+15
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-061-1/+13
* monitor: Report encrypted disks in snapshot mode (Jan Kiszka)aliguori2009-03-061-2/+1Star
* block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori2009-03-061-0/+10
* block: Improve bdrv_iterate (Jan Kiszka)aliguori2009-03-061-2/+2
* block: Polish error handling of brdv_open2 (Jan Kiszka)aliguori2009-03-061-25/+21Star
* Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori2009-03-031-0/+55
* fix SIGSEGV when USE_KQEMU is definedaurel322009-03-031-1/+1
* block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0Star
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-261-1/+1
* qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori2009-01-221-2/+3
* info blockstats: show highest_allocated if exists (Uri Lublin)aliguori2009-01-221-1/+6
* Vectored block device API (Avi Kivity)aliguori2009-01-221-0/+68
* bdrv_write should not stop on partial write (Gleb Natapov)aliguori2009-01-151-13/+14
* Attached patch contains warning fixes.blueswir12008-12-051-2/+2
* sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir12008-12-051-1/+6
* Abstract out geometry detection code from IDE for reusealiguori2008-11-251-0/+116
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-32/+0Star
* Expand cache= option and use write-through caching by defaultaliguori2008-10-141-3/+3
* open() can also return EPERM for O_RDWR on a readonly deviceaurel322008-10-131-1/+1
* Add bdrv_flush_all()aliguori2008-10-061-0/+10
* Refactor AIO to allow multiple AIO implementationsaliguori2008-09-221-2/+0Star
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-171-0/+2
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-32/+0Star
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Let snapshot work with protocolsaliguori2008-09-121-1/+13
* Only build compatfd when using AIO and make sure to always init AIOaliguori2008-09-111-0/+2
* Use signalfd() to work around signal/select racealiguori2008-09-101-10/+4Star
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-1/+0Star
* Fix windows buildaliguori2008-08-211-0/+2
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-031-0/+1
* New qemu-img convert -B option, by Marc Bevand.ths2008-06-051-0/+27
* unlink the bs from bdrv-list upon bdrv_delete(bs)aurel322008-04-081-1/+8
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-121-74/+0Star
* Fix CVE-2008-0928 - insufficient block device address range checkingaurel322008-03-111-0/+74
* Honor TMPDIR environment variableaurel322008-03-101-1/+5
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-241-0/+16
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-1/+1
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-171-1/+1
* Collecting block device statistics, by Richard W.M. Jones.ths2007-12-021-4/+46
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-3/+2Star
* Split block API from vl.h.pbrook2007-11-111-3/+9
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-11/+11
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-48/+48
* Parallels disk image support, by Alex Beregszaszi.ths2007-08-011-0/+1
* Use PATH_MAX for name lengths, by Sergey Vlasov.ths2007-02-111-2/+2