summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qtest/ahci: add flush migrate testJohn Snow2015-05-221-1/+51
* qtest/ahci: add migrate dma testJohn Snow2015-05-222-0/+46
* qtest/ahci: Add migration testJohn Snow2015-05-221-0/+90
* ich9/ahci: Enable MigrationJohn Snow2015-05-222-2/+0Star
* libqos: Add migration helpersJohn Snow2015-05-224-17/+145
* libqos/ahci: Fix sector set methodJohn Snow2015-05-221-2/+4
* libqos/ahci: Add halted command helpersJohn Snow2015-05-222-0/+30
* glib: remove stale compat functionsJohn Snow2015-05-221-35/+0Star
* configure: require glib 2.22John Snow2015-05-221-6/+1Star
* Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522'...Peter Maydell2015-05-226-5/+263
|\
| * target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISABastian Koppelmann2015-05-224-0/+74
| * target-tricore: add FRET instructions of the v1.6 ISABastian Koppelmann2015-05-222-0/+21
| * target-tricore: add FCALL instructions of the v1.6 ISABastian Koppelmann2015-05-222-0/+29
| * target-tricore: add SYS_RESTORE instruction of the v1.6 ISABastian Koppelmann2015-05-222-0/+11
| * target-tricore: add RR_CRC32 instruction of the v1.6.1 ISABastian Koppelmann2015-05-224-0/+19
| * target-tricore: add SWAPMSK instructions of the v1.6.1 ISABastian Koppelmann2015-05-222-0/+44
| * target-tricore: add CMPSWP instructions of the v1.6.1 ISABastian Koppelmann2015-05-222-0/+40
| * target-tricore: Add SRC_MOV_E instruction of the v1.6 ISABastian Koppelmann2015-05-221-2/+9
| * target-tricore: introduce ISA v1.6.1 featureBastian Koppelmann2015-05-222-3/+8
| * target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3Bastian Koppelmann2015-05-221-0/+8
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-05-2214-144/+996
|\
| * block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini2015-05-221-3/+1Star
| * qemu-iotests: Test unaligned sub-block zero writeFam Zheng2015-05-222-0/+43
| * block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng2015-05-221-2/+95
| * Revert "block: Fix unaligned zero write"Fam Zheng2015-05-221-39/+6Star
| * block: align bounce buffers to pageDenis V. Lunev2015-05-223-11/+12
| * block: minimal bounce buffer alignmentDenis V. Lunev2015-05-225-1/+23
| * block: return EPERM on writes or discards to read-only devicesPaolo Bonzini2015-05-221-2/+2
| * configure: Add workaround for ccache and clangJohn Snow2015-05-221-1/+33
| * configure: silence glib unknown attribute __alloc_size__John Snow2015-05-221-0/+12
| * configure: factor out supported flag checkJohn Snow2015-05-221-14/+19
| * configure: handle clang -nopie argument warningStefan Hajnoczi2015-05-221-1/+1
| * block/parallels: improve image writing performance furtherDenis V. Lunev2015-05-221-20/+23
| * block/parallels: optimize linear image expansionDenis V. Lunev2015-05-221-10/+32
| * block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev2015-05-221-6/+77
| * block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev2015-05-221-6/+44
| * block/parallels: create bat_entry_off helperDenis V. Lunev2015-05-221-6/+9
| * block/parallels: improve image reading performanceDenis V. Lunev2015-05-221-5/+31
| * iotests, parallels: check for incorrectly closed image in testsDenis V. Lunev2015-05-222-0/+26
| * block/parallels: implement incorrect close detectionDenis V. Lunev2015-05-221-0/+50
| * block/parallels: implement parallels_check method of block driverDenis V. Lunev2015-05-221-0/+85
| * block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev2015-05-221-93/+98
| * block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev2015-05-221-7/+17
| * block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev2015-05-221-12/+5Star
| * block/parallels: create bat2sect helperDenis V. Lunev2015-05-221-3/+9
| * block/parallels: rename catalog_ names to bat_Denis V. Lunev2015-05-221-28/+30
| * parallels: change copyright information in the image headerDenis V. Lunev2015-05-221-1/+5
| * iotests, parallels: test for newly created parallels image via qemu-imgDenis V. Lunev2015-05-223-0/+93
| * block/parallels: support parallels image creationDenis V. Lunev2015-05-221-0/+97
| * iotests, parallels: test for write into Parallels imageDenis V. Lunev2015-05-222-0/+15