aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-10-09qemu-options: Deprecate -nodefconfigEduardo Habkost
2017-10-09vl: Eliminate defconfig variableEduardo Habkost
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-10-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-10-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006'...Peter Maydell
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell
2017-10-06target/arm: Add support for restoring v8M additional state contextPeter Maydell
2017-10-06target/arm: Update excret sanity checks for v8MPeter Maydell
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell
2017-10-06target/arm: Don't warn about exception return with PC low bit set for v8MPeter Maydell
2017-10-06target/arm: Warn about restoring to unaligned stackPeter Maydell
2017-10-06target/arm: Check for xPSR mismatch usage faults earlier for v8MPeter Maydell
2017-10-06target/arm: Restore SPSEL to correct CONTROL register on exception returnPeter Maydell
2017-10-06target/arm: Restore security state on exception returnPeter Maydell
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell
2017-10-06target/arm: Don't switch to target stack early in v7M exception returnPeter Maydell
2017-10-06nvic: Clear the vector arrays and prigroup on resetPeter Maydell
2017-10-06hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = falseThomas Huth
2017-10-06hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich
2017-10-06arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka
2017-10-06Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-06' into queue-b...Kevin Wolf
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin
2017-10-06iotests: Fix 195 if IMGFMT is part of TEST_DIRMax Reitz
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06block: convert crypto driver to bdrv_co_preadv|pwritevDaniel P. Berrange
2017-10-06block: fix data type casting for crypto payload offsetDaniel P. Berrange
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange
2017-10-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange
2017-10-06iotests: Add test 197 for covering copy-on-readEric Blake
2017-10-06block: Perform copy-on-read in loopEric Blake
2017-10-06block: Add blkdebug hook for copy-on-readEric Blake
2017-10-06iotests: Restore stty settings on completionEric Blake
2017-10-06block: Uniform handling of 0-length bdrv_get_block_status()Eric Blake
2017-10-06qemu-io: Add -C for opening with copy-on-readEric Blake
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06qemu-iotests: Test commit block job where top has two parentsKevin Wolf