summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_(p)write_syncKevin Wolf2010-07-201-0/+1
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+3
* block migration: Cleanup dirty tracking codeJan Kiszka2009-12-031-2/+1
* Expose a mechanism to trace block writeslirans@il.ibm.com2009-11-171-0/+2
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+2
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-0/+3
* Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+6
* qcow2: Metadata preallocationKevin Wolf2009-08-271-0/+1
* replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig2009-07-161-4/+4
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-151-0/+5
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-11/+2
* qcow2: Allow different cluster sizesKevin Wolf2009-05-221-0/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-6/+11
* implement qemu_blockalign (Stefano Stabellini)aliguori2009-04-221-0/+5
* Introduce bdrv_check (Kevin Wolf)aliguori2009-04-211-0/+3
* push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori2009-04-071-4/+4
* Fix savevm after BDRV_FILE size enforcementaliguori2009-04-051-0/+5
* block: support known backing format for image create and open (Uri Lublin)aliguori2009-03-281-0/+7
* new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori2009-03-281-10/+3
* Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori2009-03-201-1/+13
* Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori2009-03-121-4/+0
* Add internal scsi generic block API (Avi Kivity)aliguori2009-03-121-0/+10
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-051-0/+1
* Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori2009-03-031-0/+3
* qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori2009-02-111-0/+1
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-3/+0
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-171-1/+1
* 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/+4
* Collecting block device statistics, by Richard W.M. Jones.ths2007-12-021-0/+6
* Split block API from vl.h.pbrook2007-11-111-0/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-161-0/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* better support of host drivesbellard2006-08-191-3/+9
* Dynamically allocate AIO Completion Blocks.pbrook2006-08-071-11/+16
* qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard2006-08-061-1/+2
* multiple snapshot supportbellard2006-08-051-0/+11
* async file I/O APIbellard2006-08-011-2/+30
* Disk cache flush support.pbrook2006-06-041-0/+1
* qcow_make_empty() support (Johannes Schindelin)bellard2005-12-181-0/+3
* better BIOS ATA translation supportbellard2004-11-161-1/+1
* fixed block close() method prototypebellard2004-09-181-1/+1
* new disk image layerbellard2004-08-011-0/+77