aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell1-433/+592
2019-09-27Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-260919-1...Peter Maydell35-236/+3709
2019-09-27hw/arm/boot: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2019-09-27hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell1-0/+2
2019-09-27tests/tcg: add linux-user semihosting smoke test for ARMAlex Bennée3-0/+55
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée2-6/+0
2019-09-27target/arm: remove run time semihosting checksAlex Bennée1-74/+22
2019-09-27target/arm: handle A-profile semihosting at translate timeAlex Bennée1-4/+15
2019-09-27target/arm: handle M-profile semihosting at translate timeAlex Bennée2-13/+16
2019-09-27tests/tcg: clean-up some comments after the de-tanglingAlex Bennée3-10/+15
2019-09-27target/arm: fix CBAR register for AArch64 CPUsLuc Michel1-3/+16
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell13-425/+286
2019-09-26tests/docker: remove debian-powerpc-user-crossAlex Bennée2-30/+0
2019-09-26docker: move tests from python2 to python3John Snow7-7/+7
2019-09-26docker: remove unused debian-sidJohn Snow2-36/+1
2019-09-26docker: remove unused debian-portsJohn Snow2-37/+1
2019-09-26docker: remove 'deprecated' image definitionsJohn Snow1-4/+3
2019-09-26docker: remove unused debian8 partial imageJohn Snow2-35/+1
2019-09-26docker: remove debian8-mxe definitionsJohn Snow1-1/+1
2019-09-26target/i386: Fix broken build with WHPX enabledPhilippe Mathieu-Daudé1-0/+1
2019-09-26docs/devel: add "check-tcg" to testing.rstAlex Bennée1-0/+76
2019-09-26configure: preserve PKG_CONFIG for subdir buildsAlex Bennée2-1/+6
2019-09-26tests/tcg: add simple record/replay smoke test for aarch64Alex Bennée1-0/+21
2019-09-26tests/tcg: add generic version of float_convsAlex Bennée4-3/+1604
2019-09-26tests/tcg: add float_madds test to multiarchAlex Bennée8-1/+1918
2019-09-26tests/tcg: re-enable linux-test for ppc64abi32Alex Bennée1-8/+3
2019-09-26tests/tcg: clean-up some comments after the de-tanglingAlex Bennée3-10/+15
2019-09-26podman: fix command invocationJohn Snow1-1/+1
2019-09-26tests/docker: reduce scary warnings by cleaning up clean upAlex Bennée1-18/+16
2019-09-26tests/docker: remove python2.7 from debian9-mxeJohn Snow1-2/+1
2019-09-26tests/docker: fix DOCKER_PARTIAL_IMAGESAlex Bennée1-1/+1
2019-09-26tests/docker: add sanitizers back to clang buildJohn Snow1-5/+1
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée1-1/+3
2019-09-26target/alpha: Tidy helper_fp_exc_raise_sRichard Henderson1-11/+4
2019-09-26target/alpha: Mask IOV exception with INV for user-onlyRichard Henderson1-0/+7
2019-09-26target/alpha: Write to fpcr_flush_to_zero onceRichard Henderson1-5/+4
2019-09-26target/alpha: Handle SWCR_MAP_DMZ earlierRichard Henderson1-4/+1
2019-09-26target/alpha: Fix SWCR_TRAP_ENABLE_MASKRichard Henderson1-9/+14
2019-09-26target/alpha: Fix SWCR_MAP_UMZRichard Henderson1-1/+1
2019-09-26target/alpha: Use array for FPCR_DYN conversionRichard Henderson1-16/+8
2019-09-26qcrypto-luks: more rigorous header checkingMaxim Levitsky1-0/+52
2019-09-26qcrypto-luks: simplify the math used for keyslot locationsMaxim Levitsky1-23/+40
2019-09-26qcrypto-luks: extract store key functionMaxim Levitsky1-123/+181
2019-09-26qcrypto-luks: extract check and parse headerMaxim Levitsky1-98/+125
2019-09-26qcrypto-luks: extract store and load headerMaxim Levitsky1-62/+93
2019-09-26qcrypto-luks: purge unused error codes from open callbackMaxim Levitsky1-32/+13
2019-09-26qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKSMaxim Levitsky1-90/+79
2019-09-26qcrypto-luks: pass keyslot index rather that pointer to the keyslotMaxim Levitsky1-3/+3
2019-09-26qcrypto-luks: simplify masterkey and masterkey lengthMaxim Levitsky1-23/+21
2019-09-26qcrypto-luks: don't overwrite cipher_mode in headerMaxim Levitsky1-3/+6