summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: accept URIsPaolo Bonzini2012-11-121-1/+97
* nbd: accept relative path to Unix socketPaolo Bonzini2012-11-121-10/+7
* Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini2012-10-314-12/+326
|\
| * mirror: add support for on-source-error/on-target-errorPaolo Bonzini2012-10-241-21/+73
| * mirror: implement completionPaolo Bonzini2012-10-241-5/+40
| * mirror: introduce mirror jobPaolo Bonzini2012-10-242-0/+236
| * block: rename block_job_complete to block_job_completedPaolo Bonzini2012-10-242-3/+3
| * block: in commit, determine base image from the top imageJeff Cody2012-10-241-9/+0
* | raw-win32: implement native asynchronous I/OPaolo Bonzini2012-10-314-6/+274
* | raw-posix: move linux-aio.c to block/Paolo Bonzini2012-10-312-0/+217
* | raw-win32: add emulated AIO supportPaolo Bonzini2012-10-311-49/+138
* | raw-posix: rename raw-posix-aio.h, hide unavailable prototypesPaolo Bonzini2012-10-312-5/+7
* | raw: merge posix-aio-compat.c into block/raw-posix.cPaolo Bonzini2012-10-312-8/+294
* | block: switch posix-aio-compat to threadpoolPaolo Bonzini2012-10-312-11/+2
* | aio: add Win32 implementationPaolo Bonzini2012-10-301-1/+5
|/
* sheepdog: use bool for boolean variablesMORITA Kazutaka2012-10-121-35/+35
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | qcow2: mark this file's sole strncpy use as justifiedJim Meyering2012-10-051-0/+1
* | vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering2012-10-051-2/+1
* | sheepdog: avoid a few buffer overrunsJim Meyering2012-10-051-12/+22
|/
* blkdebug: process all set_state rules in the old statePaolo Bonzini2012-09-281-5/+7
* stream: add on-error argumentPaolo Bonzini2012-09-281-1/+27
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-7/+7
* block: move job APIs to separate filesPaolo Bonzini2012-09-283-2/+5
* block: add live block commit functionalityJeff Cody2012-09-282-0/+268
* block: Support GlusterFS as a QEMU block backend.Bharata B Rao2012-09-282-0/+625
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-09-2512-91/+286
|\
| * block: vpc image file reopenJeff Cody2012-09-241-0/+7
| * block: vdi image file reopenJeff Cody2012-09-241-0/+7
| * block: vmdk image file reopenJeff Cody2012-09-241-0/+35
| * block: qcow image file reopenJeff Cody2012-09-241-0/+10
| * block: qcow2 image file reopenJeff Cody2012-09-241-0/+10
| * block: qed image file reopenJeff Cody2012-09-241-0/+9
| * block: raw image file reopenJeff Cody2012-09-241-0/+10
| * block: raw-posix image file reopenJeff Cody2012-09-241-0/+114
| * block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody2012-09-241-20/+1
| * block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody2012-09-241-1/+1
| * block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody2012-09-245-24/+6
| * block: move open flag parsing in raw block drivers to helper functionsJeff Cody2012-09-242-34/+47
| * block: move aio initialization into a helper functionJeff Cody2012-09-241-18/+35
* | iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg2012-09-211-6/+0
* | iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg2012-09-211-0/+17
|/
* vdi: Fix warning from clangStefan Weil2012-09-121-13/+12
* block/curl: Fix wrong free statementStefan Weil2012-09-121-2/+1
* sheepdog: fix savevm and loadvmMORITA Kazutaka2012-09-121-1/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-08-312-0/+17
|\
| * stream: complete early if end of backing file is reachedStefan Hajnoczi2012-08-291-0/+6
| * qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi2012-08-291-0/+11
* | iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg2012-08-281-1/+6
|/
OpenPOWER on IntegriCloud