summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-05qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf1-10/+8
2012-04-05tracetool: Forbid argument name 'next'Kevin Wolf1-0/+4
2012-04-05trace-events: Rename 'next' argumentKevin Wolf1-1/+1
2012-04-04Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl5-30/+184
2012-04-04Improve interrupt handling priorityArtyom Tarasenko1-1/+6
2012-04-04Fix vector interrupt handlingArtyom Tarasenko1-13/+16
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber2-4/+6
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber3-18/+31
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber2-11/+14
2012-04-04target-s390x: QOM'ify CPUAndreas Färber5-1/+137
2012-04-02qdev: put all devices under /machinePaolo Bonzini5-5/+18
2012-04-02qdev: give all devices a canonical pathPaolo Bonzini1-3/+13
2012-04-02qdev: add children before qdev_initPaolo Bonzini4-24/+7
2012-04-02qom: add container_getPaolo Bonzini4-22/+66
2012-04-02Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori5-60/+31
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori2-5/+19
2012-04-02serial: clear LSR.TEMT when populating the TSRAnthony Liguori1-0/+1
2012-04-02serial: fix retry logicAnthony Liguori1-1/+3
2012-04-02qtest: use qemu_gettimeofday()Anthony Liguori1-7/+7
2012-04-01milkymist-vgafb: add missing registerMichael Walle1-1/+4
2012-04-01target-lm32: add simple disassemblerMichael Walle5-0/+375
2012-03-31milkymist-sysctl: support for new core versionMichael Walle1-9/+17
2012-03-31target-lm32: init tcg only if availableMichael Walle1-1/+1
2012-03-31tests: fix out-of-tree building for lm32 targetMichael Walle2-6/+11
2012-03-31Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl7-57/+84
2012-03-31Merge branch 'qom-cpu-unicore32.v3' of git://github.com/afaerber/qemu-cpuBlue Swirl9-61/+186
2012-03-31Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl6-8/+143
2012-03-31buildfix: check for old pod2man versionsGerd Hoffmann2-1/+8
2012-03-31Fix conversion from lower to upper case with Turkish localeStefan Weil3-8/+8
2012-03-30qtest: avoid a warning with RTC testBlue Swirl1-3/+3
2012-03-30qtest: fix 32-bit buildAnthony Liguori1-1/+1
2012-03-30slirp: Signal free input buffer space to io-threadJan Kiszka1-0/+6
2012-03-30qtest: fix out of tree buildBlue Swirl1-0/+2
2012-03-30qtest: add rtc-test test-caseAnthony Liguori2-0/+268
2012-03-30rtc: split out macros into a header file and use in test caseAnthony Liguori3-35/+63
2012-03-30qtest: add C version of test infrastructureAnthony Liguori5-4/+748
2012-03-30qtest: add clock managementPaolo Bonzini5-1/+69