summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf1-0/+1
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf1-0/+1
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf1-3/+5
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf3-2/+58
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf4-0/+312
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani1-5/+0
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani1-4/+15
2012-04-05qed: remove incoming live migration blockerBenoît Canet2-11/+0
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet1-2/+3
2012-04-05migration: clear BDRV_O_INCOMING flags on end of incoming live migrationBenoît Canet1-0/+1
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet1-0/+10
2012-04-05blockdev: open images with BDRV_O_INCOMING on incoming live migrationBenoît Canet1-0/+4
2012-04-05block: add a function to clear incoming live migration flagsBenoît Canet2-0/+11
2012-04-05block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet1-0/+1
2012-04-05block stream: close unused files and update ->backing_hdMarcelo Tosatti1-0/+34
2012-04-05qemu-iotests: Fix call syntax for qemu-ioStefan Weil3-6/+6
2012-04-05qemu-iotests: Fix call syntax for qemu-imgStefan Weil1-2/+7
2012-04-05qemu-iotests: Test unknown qcow2 header extensionsKevin Wolf3-0/+149
2012-04-05qemu-iotests: qcow2.pyKevin Wolf1-0/+207
2012-04-05sheepdog: fix send req helpersLiu Yuan1-0/+2
2012-04-05sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan1-14/+128
2012-04-05block: bdrv_append() fixesJeff Cody1-2/+11
2012-04-05qed: track dirty flag statusDong Xu Wang1-0/+1
2012-04-05qemu-img: add dirty flag statusDong Xu Wang2-0/+4
2012-04-05qed: image fragmentation statisticsDong Xu Wang1-0/+9
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang2-1/+15
2012-04-05block: document job APIPaolo Bonzini1-3/+112
2012-04-05block: set job->speed in block_set_speedPaolo Bonzini2-2/+7
2012-04-05block: fix streaming/closing racePaolo Bonzini3-2/+22
2012-04-05block: cancel jobs when a device is ready to go awayPaolo Bonzini1-0/+3
2012-04-05block: disable I/O throttling on sync apiZhi Yong Wu1-0/+20
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson4-16/+22
2012-04-05vdi: change goto to loopPaolo Bonzini1-73/+68
2012-04-05vdi: do not create useless iovecsPaolo Bonzini1-46/+33
2012-04-05vdi: leave bounce buffering to block layerPaolo Bonzini1-55/+12
2012-04-05vdi: move aiocb fields to localsPaolo Bonzini1-98/+65
2012-04-05vdi: merge aio_read_cb and aio_write_cb into callersPaolo Bonzini1-28/+12
2012-04-05vdi: move end-of-I/O handling at the endPaolo Bonzini1-67/+56
2012-04-05vdi: basic conversion to coroutinesPaolo Bonzini1-121/+37
2012-04-05block: enforce constraints on block size propertiesStefan Hajnoczi1-4/+4
2012-04-05qdev: add blocksize property typeStefan Hajnoczi4-0/+58
2012-04-05qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE descriptionStefan Hajnoczi1-1/+1
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju1-0/+3
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos3-8/+29
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos2-3/+4
2012-04-05ide: Add "model=s" qdev optionFloris Bos3-8/+29
2012-04-05ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf1-1/+1
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini7-24/+21
2012-04-05block: push recursive flushing up from driversPaolo Bonzini10-63/+16
2012-04-05qemu-io: add option to enable tracingStefan Hajnoczi1-1/+9