summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos
2012-04-05ide: Add "model=s" qdev optionFloris Bos
2012-04-05ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-04-05qemu-io: add option to enable tracingStefan Hajnoczi
2012-04-05qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf
2012-04-05tracetool: Forbid argument name 'next'Kevin Wolf
2012-04-05trace-events: Rename 'next' argumentKevin Wolf
2012-04-04Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-04-04Improve interrupt handling priorityArtyom Tarasenko
2012-04-04Fix vector interrupt handlingArtyom Tarasenko
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber
2012-04-04target-s390x: QOM'ify CPUAndreas Färber
2012-04-02qdev: put all devices under /machinePaolo Bonzini
2012-04-02qdev: give all devices a canonical pathPaolo Bonzini
2012-04-02qdev: add children before qdev_initPaolo Bonzini