aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-04-06linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf
2012-04-06linux-user: fix fallocateAlexander Graf
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani
2012-04-05qed: remove incoming live migration blockerBenoît Canet
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet
2012-04-05migration: clear BDRV_O_INCOMING flags on end of incoming live migrationBenoît Canet
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet
2012-04-05blockdev: open images with BDRV_O_INCOMING on incoming live migrationBenoît Canet
2012-04-05block: add a function to clear incoming live migration flagsBenoît Canet
2012-04-05block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet
2012-04-05block stream: close unused files and update ->backing_hdMarcelo Tosatti
2012-04-05qemu-iotests: Fix call syntax for qemu-ioStefan Weil
2012-04-05qemu-iotests: Fix call syntax for qemu-imgStefan Weil
2012-04-05qemu-iotests: Test unknown qcow2 header extensionsKevin Wolf
2012-04-05qemu-iotests: qcow2.pyKevin Wolf
2012-04-05sheepdog: fix send req helpersLiu Yuan
2012-04-05sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan
2012-04-05block: bdrv_append() fixesJeff Cody
2012-04-05qed: track dirty flag statusDong Xu Wang
2012-04-05qemu-img: add dirty flag statusDong Xu Wang
2012-04-05qed: image fragmentation statisticsDong Xu Wang
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang
2012-04-05block: document job APIPaolo Bonzini
2012-04-05block: set job->speed in block_set_speedPaolo Bonzini
2012-04-05block: fix streaming/closing racePaolo Bonzini
2012-04-05block: cancel jobs when a device is ready to go awayPaolo Bonzini
2012-04-05block: disable I/O throttling on sync apiZhi Yong Wu
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson
2012-04-05vdi: change goto to loopPaolo Bonzini
2012-04-05vdi: do not create useless iovecsPaolo Bonzini
2012-04-05vdi: leave bounce buffering to block layerPaolo Bonzini
2012-04-05vdi: move aiocb fields to localsPaolo Bonzini
2012-04-05vdi: merge aio_read_cb and aio_write_cb into callersPaolo Bonzini
2012-04-05vdi: move end-of-I/O handling at the endPaolo Bonzini
2012-04-05vdi: basic conversion to coroutinesPaolo Bonzini
2012-04-05block: enforce constraints on block size propertiesStefan Hajnoczi
2012-04-05qdev: add blocksize property typeStefan Hajnoczi
2012-04-05qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE descriptionStefan Hajnoczi
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju