aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5f6b9e8fd5b9516170e582d9b6c27c98519a8031' into upstream-mergeAvi Kivity2009-09-211-1/+1
|\
| * Probe for fdatasync()Blue Swirl2009-09-201-1/+1
* | Merge commit '1a621c8dc9e4dcc9d385bdd2c24c5b5dbfd0ebe4' into upstream-mergeMarcelo Tosatti2009-09-141-0/+41
|\|
| * block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-0/+16
| * Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+25
| * Revert "support colon in filenames"Anthony Liguori2009-07-091-26/+0
* | Revert "support colon in filenames"Avi Kivity2009-07-121-26/+0
* | Merge commit '600309b6108484a60be4a84cfe68e6b8d645799c' into upstream-mergeAvi Kivity2009-07-051-0/+13
|\|
| * Fix missing strnlen problemsBlue Swirl2009-07-011-0/+13
* | Merge commit '6c1f42fe83bf9bc14a7a6cc5afd8dad83ee25c74' into upstream-mergeAvi Kivity2009-06-301-0/+26
|\|
| * support colon in filenamesRam Pai2009-06-291-0/+26
* | Flush icache after dma operations for ia64Jes Sorensen2009-06-071-0/+5
|/
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* add qemu_iovec_init_external (Christoph Hellwig)aliguori2009-03-281-0/+19
* Add qemu_iovec_reset() (Avi Kivity)aliguori2009-02-051-0/+6
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-261-4/+11
* I/O vector helpers (Avi Kivity)aliguori2009-01-221-0/+47
* Rename fls to qemu_flsblueswir12008-12-111-1/+1
* Define fls() in terms of clz32().aliguori2008-12-041-7/+2
* Introduce fls() helperaliguori2008-12-041-0/+11
* Attached patch fixes a series of this warningblueswir12008-11-161-1/+1
* Revert r5532, r5536 and a piece of r5531.balrog2008-11-081-12/+0
* Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir12008-10-251-0/+12
* Prevent guest reusing host memory allocations.pbrook2008-06-091-35/+0
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+35
* Split block API from vl.h.pbrook2007-11-111-1/+1
* always use mktimegmbellard2007-11-101-0/+14
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* added cutils.cbellard2007-01-071-0/+83