Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / block_int.h
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-22 Kevin Wolfqcow2: Allow different cluster sizes
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-04-22 aliguoriimplement qemu_blockalign (Stefano Stabellini)
2009-04-21 aliguoriIntroduce bdrv_check (Kevin Wolf)
2009-04-07 aliguoripush down vector linearization to posix-aio-compat...
2009-04-05 aliguoriFix savevm after BDRV_FILE size enforcement
2009-03-28 aliguoriblock: support known backing format for image create...
2009-03-28 aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-03-20 aliguoriRefactor aio callback allocation to use an aiocb pool...
2009-03-12 aliguoriDrop internal bdrv_pread()/bdrv_pwrite() APIs (Avi...
2009-03-12 aliguoriAdd internal scsi generic block API (Avi Kivity)
2009-03-05 aliguorimonitor: Rework early disk password inquiry (Jan Kiszka)
2009-03-03 aliguoriFix CVE-2008-0928 - insufficient block device address...
2009-02-11 aliguoriqemu: record devfn on block driver instance (Marcelo...
2008-11-08 aliguoriUse an option rom instead of boot sector for -kernel
2008-09-17 blueswir1Fix warnings that would be caused by ld flag --warn...
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-03-11 aurel32Fix CVE-2008-0928 - insufficient block device address...
2007-12-24 thsReal SCSI device passthrough (v4), by Laurent Vivier.
2007-12-02 thsCollecting block device statistics, by Richard W.M...
2007-11-11 pbrookSplit block API from vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-08-19 bellardbetter support of host drives
2006-08-07 pbrookDynamically allocate AIO Completion Blocks.
2006-08-06 bellardqcow2 is now used for '-snapshot' - keep BlockDriverSta...
2006-08-05 bellardmultiple snapshot support
2006-08-01 bellardasync file I/O API
2006-06-04 pbrookDisk cache flush support.
2005-12-18 bellardqcow_make_empty() support (Johannes Schindelin)
2004-11-16 bellardbetter BIOS ATA translation support
2004-09-18 bellardfixed block close() method prototype
2004-08-01 bellardnew disk image layer