aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-02qom: add container_getPaolo Bonzini
2012-04-02Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2012-04-02serial: clear LSR.TEMT when populating the TSRAnthony Liguori
2012-04-02serial: fix retry logicAnthony Liguori
2012-04-02qtest: use qemu_gettimeofday()Anthony Liguori
2012-04-01milkymist-vgafb: add missing registerMichael Walle
2012-04-01target-lm32: add simple disassemblerMichael Walle
2012-03-31milkymist-sysctl: support for new core versionMichael Walle
2012-03-31target-lm32: init tcg only if availableMichael Walle
2012-03-31tests: fix out-of-tree building for lm32 targetMichael Walle
2012-03-31Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl