aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-22qtest: Add base64 encoded read/writeJohn Snow
2015-05-22qtest: allow arbitrarily long sendsJohn Snow
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow
2015-05-22qtest/ahci: add halted dma testJohn Snow
2015-05-22qtest/ahci: add flush migrate testJohn Snow
2015-05-22qtest/ahci: add migrate dma testJohn Snow
2015-05-22qtest/ahci: Add migration testJohn Snow
2015-05-22ich9/ahci: Enable MigrationJohn Snow
2015-05-22libqos: Add migration helpersJohn Snow
2015-05-22libqos/ahci: Fix sector set methodJohn Snow
2015-05-22libqos/ahci: Add halted command helpersJohn Snow
2015-05-22glib: remove stale compat functionsJohn Snow
2015-05-22configure: require glib 2.22John Snow
2015-05-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522'...Peter Maydell
2015-05-22target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISABastian Koppelmann
2015-05-22target-tricore: add FRET instructions of the v1.6 ISABastian Koppelmann
2015-05-22target-tricore: add FCALL instructions of the v1.6 ISABastian Koppelmann
2015-05-22target-tricore: add SYS_RESTORE instruction of the v1.6 ISABastian Koppelmann
2015-05-22target-tricore: add RR_CRC32 instruction of the v1.6.1 ISABastian Koppelmann
2015-05-22target-tricore: add SWAPMSK instructions of the v1.6.1 ISABastian Koppelmann
2015-05-22target-tricore: add CMPSWP instructions of the v1.6.1 ISABastian Koppelmann
2015-05-22target-tricore: Add SRC_MOV_E instruction of the v1.6 ISABastian Koppelmann
2015-05-22target-tricore: introduce ISA v1.6.1 featureBastian Koppelmann
2015-05-22target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3Bastian Koppelmann
2015-05-22Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-05-22Revert "target-alpha: Add vector implementation for CMPBGE"Peter Maydell
2015-05-22Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150521' into stagingPeter Maydell
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini
2015-05-22qemu-iotests: Test unaligned sub-block zero writeFam Zheng
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng
2015-05-22block: align bounce buffers to pageDenis V. Lunev
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini
2015-05-22configure: Add workaround for ccache and clangJohn Snow
2015-05-22configure: silence glib unknown attribute __alloc_size__John Snow
2015-05-22configure: factor out supported flag checkJohn Snow
2015-05-22configure: handle clang -nopie argument warningStefan Hajnoczi
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev
2015-05-22iotests, parallels: check for incorrectly closed image in testsDenis V. Lunev
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev