aboutsummaryrefslogtreecommitdiff
path: root/block_int.h
AgeCommit message (Expand)Author
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-22qcow2: Allow different cluster sizesKevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori
2009-03-20Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori
2009-03-12Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori
2009-03-12Add internal scsi generic block API (Avi Kivity)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-03Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori
2008-11-08Use an option rom instead of boot sector for -kernelaliguori
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir1
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-02Collecting block device statistics, by Richard W.M. Jones.ths
2007-11-11Split block API from vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-08-19better support of host drivesbellard
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook
2006-08-06qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard
2006-08-05multiple snapshot supportbellard
2006-08-01async file I/O APIbellard
2006-06-04Disk cache flush support.pbrook
2005-12-18qcow_make_empty() support (Johannes Schindelin)bellard
2004-11-16better BIOS ATA translation supportbellard
2004-09-18fixed block close() method prototypebellard
2004-08-01new disk image layerbellard