Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / block.c
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Kevin WolfDrop bdrv_create2
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-22 Anthony LiguoriFix segv when passing an unknown protocol
2009-05-14 Anthony LiguoriConvert block infrastructure to use new module init...
2009-05-08 Kevin WolfImprove block range checks
2009-05-07 Riku Voipiomerge upstream
2009-04-22 aliguoriimplement qemu_blockalign (Stefano Stabellini)
2009-04-21 aliguoriIntroduce bdrv_check (Kevin Wolf)
2009-04-20 Riku VoipioMerge branch 'upstream' into master-test
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-07 aliguorinative preadv/pwritev support (Christoph Hellwig)
2009-04-07 aliguoripush down vector linearization to posix-aio-compat...
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-29 aliguoricheck for bs->drv in bdrv_flush (Christoph Hellwig)
2009-03-29 aliguoriremove dead code in bdrv_check_request (Christoph Hellwig)
2009-03-28 aliguoriblock: support known backing format for image create...
2009-03-28 aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-03-28 aliguoriFix vectored aio bounce handling immediate errors ...
2009-03-27 Juha RiihimäkiMerge commit 'origin/upstream' into juha-devel
2009-03-23 Juha Riihimäkiintroduce "vmstate" image format
2009-03-20 aliguoriUse vectored aiocb storage to store vector translation...
2009-03-20 aliguoriConvert vectored aio emulation to use a dedicated pool...
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-12 aliguoriAdd specialized block driver scsi generic API (Avi...
2009-03-11 aliguoriRevert r6406
2009-03-11 aliguoriRevert r6407
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework modal password input (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework early disk password inquiry (Jan Kiszka)
2009-03-05 aliguorimonitor: Report encrypted disks in snapshot mode (Jan...
2009-03-05 aliguoriblock: Introduce bdrv_get_encrypted_filename (Jan Kiszka)
2009-03-05 aliguoriblock: Improve bdrv_iterate (Jan Kiszka)
2009-03-05 aliguoriblock: Polish error handling of brdv_open2 (Jan Kiszka)
2009-03-03 aliguoriFix CVE-2008-0928 - insufficient block device address...
2009-03-03 aurel32fix SIGSEGV when USE_KQEMU is defined
2009-02-05 aliguoriblock: remove error handling from qemu_malloc() callers...
2009-01-26 aliguoriqemu iovec: keep track of total size, allow partial...
2009-01-22 aliguoriqcow2 format: keep 'num_free_bytes', and show it upon...
2009-01-22 aliguoriinfo blockstats: show highest_allocated if exists ...
2009-01-22 aliguoriVectored block device API (Avi Kivity)
2009-01-15 aliguoribdrv_write should not stop on partial write (Gleb Natapov)
2008-12-05 blueswir1Attached patch contains warning fixes.
2008-12-05 blueswir1sys-queue.h defines _SYS_QUEUE_H_ which is also defined by
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-13 aurel32open() can also return EPERM for O_RDWR on a readonly...
2008-10-06 aliguoriAdd bdrv_flush_all()
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations
2008-09-17 blueswir1Fix warnings that would be caused by ld flag --warn...
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-12 aliguoriLet snapshot work with protocols
2008-09-11 aliguoriOnly build compatfd when using AIO and make sure to...
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-21 aliguoriFix windows build
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-04-08 aurel32unlink the bs from bdrv-list upon bdrv_delete(bs)
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...
2008-03-10 aurel32Honor TMPDIR environment variable
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-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
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 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-31 thsParallels disk image support, by Alex Beregszaszi.
2007-02-11 thsUse PATH_MAX for name lengths, by Sergey Vlasov.
2007-01-26 thsDefine ENOMEDIUM to match ENODEV if it isn't available.
2007-01-18 thsDarwin build fix, by Pierre d'Herbemont.
2007-01-07 bellardpath_is_absolute() fix for win32
2007-01-07 bellardwin32 block device fixes (initial patch by kazu)
2006-12-22 thsEscape filname printout properly, by Anthony Liguori...
2006-08-24 bellardfixed handling of relative filenames with -snapshot
2006-08-23 bellardwin32 compilation fixes
2006-08-23 bellardfixed error handling
2006-08-19 bellardbetter support of host drives
2006-08-07 bellardfixed aio emulation
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-26 bellardWindows sparse file support (Frediano Ziglio)
2006-06-04 pbrookDisk cache flush support.
2006-04-25 bellardSolaris port (Ben Taylor)
next