aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori2009-01-221-0/+1
* block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori2009-01-221-0/+1
* Vectored block device API (Avi Kivity)aliguori2009-01-221-0/+8
* Use writeback caching by default with qcow2aliguori2008-12-041-1/+2
* Abstract out geometry detection code from IDE for reusealiguori2008-11-251-0/+1
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-1/+0
* Expand cache= option and use write-through caching by defaultaliguori2008-10-141-1/+4
* Add bdrv_flush_all()aliguori2008-10-061-0/+2
* Refactor AIO to allow multiple AIO implementationsaliguori2008-09-221-4/+2
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-2/+0
* Use signalfd() to work around signal/select racealiguori2008-09-101-3/+0
* 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/+2
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-1/+0
* Fix CVE-2008-0928 - insufficient block device address range checkingaurel322008-03-111-0/+1
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-241-0/+2
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-0/+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-0/+1
* Break up vl.h.pbrook2007-11-171-1/+0
* Split block API from vl.h.pbrook2007-11-111-0/+157