aboutsummaryrefslogtreecommitdiffstats
path: root/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-22qcow2: Allow different cluster sizesKevin Wolf1-0/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-6/+11
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori1-0/+5
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori1-0/+3
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori1-4/+4
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/+7
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori1-10/+3
2009-03-20Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori1-1/+13
2009-03-12Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori1-4/+0
2009-03-12Add internal scsi generic block API (Avi Kivity)aliguori1-0/+10
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-0/+1
2009-03-03Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori1-0/+3
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori1-0/+1
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-3/+0
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir11-1/+1
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/+4
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths1-0/+6
2007-11-11Split block API from vl.h.pbrook1-0/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths1-0/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2006-08-19better support of host drivesbellard1-3/+9
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook1-11/+16
2006-08-06qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard1-1/+2
2006-08-05multiple snapshot supportbellard1-0/+11
2006-08-01async file I/O APIbellard1-2/+30
2006-06-04Disk cache flush support.pbrook1-0/+1
2005-12-18qcow_make_empty() support (Johannes Schindelin)bellard1-0/+3
2004-11-16better BIOS ATA translation supportbellard1-1/+1
2004-09-18fixed block close() method prototypebellard1-1/+1
2004-08-01new disk image layerbellard1-0/+77