aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-10crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson
2020-09-10crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson
2020-09-10crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson
2020-09-10crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson
2020-09-10crypto/builtin: Remove odd-sized AES block handlingRichard Henderson
2020-09-10crypto: Constify cipher data tablesRichard Henderson
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson
2020-09-10crypto: Use the correct const type for driverRichard Henderson
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson
2020-09-10crypto/nettle: Fix xts_encrypt argumentsRichard Henderson
2020-09-10crypto: Remove redundant includesRichard Henderson
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson
2020-09-10crypto: Assume blocksize is a power of 2Richard Henderson
2020-09-10tests: fix output message formatting for crypto benchmarksDaniel P. Berrangé
2020-09-08Merge remote-tracking branch 'remotes/kraxel/tags/sirius/ipxe-20200908-pull-r...Peter Maydell
2020-09-08Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into ...Peter Maydell
2020-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200908' into...Peter Maydell
2020-09-08Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20200907-2' into stagingPeter Maydell
2020-09-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-09-08docs: update build system documentationPaolo Bonzini
2020-09-08meson: remove linkage of sdl to baumBruce Rogers
2020-09-08meson: Convert undefsym.sh to undefsym.pyYonggang Luo
2020-09-08fuzz: Add support for custom fuzzing libraryAlexander Bulekov
2020-09-08meson: specify fuzz linker script as a project argAlexander Bulekov
2020-09-08oss-fuzz: fix rpathAlexander Bulekov
2020-09-08configure: update dtc submoduleYonggang Luo
2020-09-08docs: suggest Meson replacements for various configure functionsPaolo Bonzini
2020-09-08configure: drop dead variables and functionsPaolo Bonzini
2020-09-08configure: do not include dependency flags in QEMU_CFLAGS and LIBSPaolo Bonzini
2020-09-08meson: get opengl compilation flags from OPENGL_CFLAGSPaolo Bonzini
2020-09-08meson: get glib compilation flags from GLIB_CFLAGSPaolo Bonzini
2020-09-08configure: do not look for install(1)Paolo Bonzini
2020-09-08configure: remove unnecessary libm testPaolo Bonzini
2020-09-08configure: move -ldl test to mesonPaolo Bonzini
2020-09-08meson: keep all compiler flags detection togetherPaolo Bonzini
2020-09-08configure: move disassembler configuration to mesonPaolo Bonzini
2020-09-08Makefile: inline the relevant parts of rules.makPaolo Bonzini
2020-09-08Makefile: remove dead variables and includesPaolo Bonzini
2020-09-08meson: compute config_all_devices directlyPaolo Bonzini
2020-09-08configure: remove dead code for in-tree buildsPaolo Bonzini
2020-09-08meson: convert migration/initrd-stressMarc-André Lureau
2020-09-08meson: fix migration/stress compilation with glibc>=2.30Marc-André Lureau
2020-09-08tests/migration/stress: remove unused exit_successMarc-André Lureau
2020-09-08meson: convert the speed testsPaolo Bonzini
2020-09-08tests: do not print benchmark output to stdoutMarc-André Lureau
2020-09-08meson: convert atomic*-benchMarc-André Lureau
2020-09-08meson: convert vhost-user-bridgeMarc-André Lureau
2020-09-08meson: remove old socket_scm_helper ruleMarc-André Lureau