summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-22target-tricore: add SYS_RESTORE instruction of the v1.6 ISABastian Koppelmann2-0/+11
2015-05-22target-tricore: add RR_CRC32 instruction of the v1.6.1 ISABastian Koppelmann4-0/+19
2015-05-22target-tricore: add SWAPMSK instructions of the v1.6.1 ISABastian Koppelmann2-0/+44
2015-05-22target-tricore: add CMPSWP instructions of the v1.6.1 ISABastian Koppelmann2-0/+40
2015-05-22target-tricore: Add SRC_MOV_E instruction of the v1.6 ISABastian Koppelmann1-2/+9
2015-05-22target-tricore: introduce ISA v1.6.1 featureBastian Koppelmann2-3/+8
2015-05-22target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3Bastian Koppelmann1-0/+8
2015-05-22Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell14-144/+996
2015-05-22Revert "target-alpha: Add vector implementation for CMPBGE"Peter Maydell1-37/+0
2015-05-22Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150521' into stagingPeter Maydell9-774/+752
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini1-3/+1
2015-05-22qemu-iotests: Test unaligned sub-block zero writeFam Zheng2-0/+43
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng1-2/+95
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng1-39/+6
2015-05-22block: align bounce buffers to pageDenis V. Lunev3-11/+12
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev5-1/+23
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini1-2/+2
2015-05-22configure: Add workaround for ccache and clangJohn Snow1-1/+33
2015-05-22configure: silence glib unknown attribute __alloc_size__John Snow1-0/+12
2015-05-22configure: factor out supported flag checkJohn Snow1-14/+19
2015-05-22configure: handle clang -nopie argument warningStefan Hajnoczi1-1/+1
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev1-20/+23
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev1-10/+32
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev1-6/+77
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev1-6/+44
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev1-6/+9
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev1-5/+31
2015-05-22iotests, parallels: check for incorrectly closed image in testsDenis V. Lunev2-0/+26
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev1-0/+50
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev1-0/+85
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev1-93/+98
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev1-7/+17
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev1-12/+5
2015-05-22block/parallels: create bat2sect helperDenis V. Lunev1-3/+9
2015-05-22block/parallels: rename catalog_ names to bat_Denis V. Lunev1-28/+30
2015-05-22parallels: change copyright information in the image headerDenis V. Lunev1-1/+5
2015-05-22iotests, parallels: test for newly created parallels image via qemu-imgDenis V. Lunev3-0/+93
2015-05-22block/parallels: support parallels image creationDenis V. Lunev1-0/+97
2015-05-22iotests, parallels: test for write into Parallels imageDenis V. Lunev2-0/+15
2015-05-22block/parallels: _co_writev callback for Parallels formatDenis V. Lunev1-2/+88
2015-05-22block/parallels: mark parallels format driver as zero initedDenis V. Lunev1-0/+1
2015-05-22block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev1-4/+4
2015-05-22block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev1-21/+33
2015-05-22block/parallels: add get_block_statusRoman Kagan1-0/+21
2015-05-22block/parallels: read up to cluster end in one goRoman Kagan1-5/+13
2015-05-22block/parallels: switch to bdrv_readRoman Kagan1-9/+11
2015-05-22block/parallels: rename parallels_header to ParallelsHeaderDenis V. Lunev1-4/+4
2015-05-22iotests, parallels: quote TEST_IMG in 076 test to be path-safeDenis V. Lunev1-5/+5
2015-05-21target-alpha: Add vector implementation for CMPBGERichard Henderson1-0/+37
2015-05-21target-alpha: Rewrite helper_zapnotRichard Henderson1-18/+12