aboutsummaryrefslogtreecommitdiff
path: root/block.h
AgeCommit message (Expand)Author
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori
2009-01-22Vectored block device API (Avi Kivity)aliguori
2008-12-04Use writeback caching by default with qcow2aliguori
2008-11-25Abstract out geometry detection code from IDE for reusealiguori
2008-11-08Use an option rom instead of boot sector for -kernelaliguori
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-10-06Add bdrv_flush_all()aliguori
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-10Use signalfd() to work around signal/select racealiguori
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths
2008-06-05New qemu-img convert -B option, by Marc Bevand.ths
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel32
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel32
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths
2007-11-17Break up vl.h.pbrook
2007-11-11Split block API from vl.h.pbrook