aboutsummaryrefslogtreecommitdiffstats
path: root/block.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-3/+3
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori1-14/+2
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori1-0/+1
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori1-7/+0
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori1-0/+5
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori1-0/+4
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori1-7/+4
2009-03-12Add specialized block driver scsi generic API (Avi Kivity)aliguori1-0/+8
2009-03-11Revert r6405aliguori1-1/+0
2009-03-11Revert r6407aliguori1-1/+0
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+2
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-2/+2
2009-03-05block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori1-0/+1
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori1-1/+2
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori1-0/+1
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori1-0/+1
2009-01-22Vectored block device API (Avi Kivity)aliguori1-0/+8
2008-12-04Use writeback caching by default with qcow2aliguori1-1/+2
2008-11-25Abstract out geometry detection code from IDE for reusealiguori1-0/+1
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-1/+0
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-1/+4
2008-10-06Add bdrv_flush_all()aliguori1-0/+2
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori1-4/+2
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-2/+0
2008-09-10Use signalfd() to work around signal/select racealiguori1-3/+0
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/+2
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel321-1/+0
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel321-0/+1
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths1-0/+2
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-0/+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-0/+1
2007-11-17Break up vl.h.pbrook1-1/+0
2007-11-11Split block API from vl.h.pbrook1-0/+157