Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / block.h
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriConvert block infrastructure to use new module init...
2009-05-07 Riku Voipiomerge upstream
2009-04-21 aliguoriIntroduce bdrv_check (Kevin Wolf)
2009-04-20 Riku VoipioMerge branch 'upstream' into master-test
2009-04-07 aliguoriremove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
2009-04-07 Juha RiihimäkiMerge commit 'origin/upstream' into test
2009-04-05 aliguoriFix savevm after BDRV_FILE size enforcement
2009-03-31 Juha RiihimäkiMerge commit 'origin/upstream' into juha-devel
2009-03-28 aliguoriblock: support known backing format for image create...
2009-03-28 aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-03-27 Juha RiihimäkiMerge commit 'origin/upstream' into juha-devel
2009-03-23 Juha Riihimäkiintroduce "vmstate" image format
2009-03-12 aliguoriAdd specialized block driver scsi generic API (Avi...
2009-03-11 aliguoriRevert r6405
2009-03-11 aliguoriRevert r6407
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework early disk password inquiry (Jan Kiszka)
2009-03-05 aliguoriblock: Introduce bdrv_get_encrypted_filename (Jan Kiszka)
2009-03-05 aliguoriblock: Improve bdrv_iterate (Jan Kiszka)
2009-01-22 aliguoriqcow2 format: keep 'num_free_bytes', and show it upon...
2009-01-22 aliguoriblock-qcow2: export highest_allocated through BlockDriv...
2009-01-22 aliguoriVectored block device API (Avi Kivity)
2008-12-04 aliguoriUse writeback caching by default with qcow2
2008-11-25 aliguoriAbstract out geometry detection code from IDE for reuse
2008-11-08 aliguoriUse an option rom instead of boot sector for -kernel
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-10-06 aliguoriAdd bdrv_flush_all()
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-07-03 thsAllow QEMU to connect directly to an NBD server, by...
2008-06-05 thsNew qemu-img convert -B option, by Marc Bevand.
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-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-12-02 thsCollecting block device statistics, by Richard W.M...
2007-11-17 pbrookBreak up vl.h.
2007-11-11 pbrookSplit block API from vl.h.