aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau1-3/+26
2017-10-10build-sys: make vhost-user-scsi depend on libvhost-user.aMarc-André Lureau2-2/+1
2017-10-10build-sys: fix libvhost-user.a buildMarc-André Lureau2-1/+2
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau2-8/+7
2017-10-10Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell24-90/+65
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger1-2/+2
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek2-4/+4
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov1-2/+2
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost2-9/+7
2017-10-09qemu-options: Deprecate -nodefconfigEduardo Habkost2-13/+8
2017-10-09vl: Eliminate defconfig variableEduardo Habkost1-4/+1
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis2-0/+33
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé14-56/+8
2017-10-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell45-1311/+2333
2017-10-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006'...Peter Maydell9-110/+898
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell1-0/+1
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell1-11/+21
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell1-5/+7
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell2-2/+195
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell4-0/+167
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell1-20/+145
2017-10-06target/arm: Add support for restoring v8M additional state contextPeter Maydell1-0/+30
2017-10-06target/arm: Update excret sanity checks for v8MPeter Maydell1-15/+58
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell3-0/+48
2017-10-06target/arm: Don't warn about exception return with PC low bit set for v8MPeter Maydell1-7/+15
2017-10-06target/arm: Warn about restoring to unaligned stackPeter Maydell1-0/+7
2017-10-06target/arm: Check for xPSR mismatch usage faults earlier for v8MPeter Maydell1-3/+27
2017-10-06target/arm: Restore SPSEL to correct CONTROL register on exception returnPeter Maydell1-13/+27
2017-10-06target/arm: Restore security state on exception returnPeter Maydell1-0/+2
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell3-24/+51
2017-10-06target/arm: Don't switch to target stack early in v7M exception returnPeter Maydell1-32/+98
2017-10-06nvic: Clear the vector arrays and prigroup on resetPeter Maydell1-0/+5
2017-10-06hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = falseThomas Huth1-0/+2
2017-10-06hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich1-6/+6
2017-10-06arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka2-11/+25
2017-10-06Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-06' into queue-b...Kevin Wolf13-101/+209
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy1-0/+4
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin3-0/+46
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin1-2/+2
2017-10-06iotests: Fix 195 if IMGFMT is part of TEST_DIRMax Reitz1-3/+4
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy1-0/+5
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange1-2/+5
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange9-41/+56
2017-10-06block: convert crypto driver to bdrv_co_preadv|pwritevDaniel P. Berrange1-52/+54
2017-10-06block: fix data type casting for crypto payload offsetDaniel P. Berrange1-4/+9
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange5-2/+27
2017-10-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange1-13/+15
2017-10-06iotests: Add test 197 for covering copy-on-readEric Blake4-0/+137
2017-10-06block: Perform copy-on-read in loopEric Blake1-38/+82
2017-10-06block: Add blkdebug hook for copy-on-readEric Blake2-1/+5