aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20util/oslib-posix.c: Avoid warning on NetBSDbsd-warningsPeter Maydell
2017-07-20Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-07-20bsd-user/main.c: Fix unused variable warningPeter Maydell
2017-07-20bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell
2017-07-20bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell
2017-07-20bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell
2017-07-20tests: Handle $RANDOM not being supported by the shellPeter Maydell
2017-07-20configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is setKamil Rytarowski
2017-07-20configure: Use an explicit CONFIG_IVSHMEM rather than CONFIG_EVENTFDKamil Rytarowski
2017-07-20configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'...Peter Maydell
2017-07-20Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170719' into stagingPeter Maydell
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj
2017-07-20add editorconfigGerd Hoffmann
2017-07-20add scripts/git.orderfileGerd Hoffmann
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-07-19target/m68k: optimize bcd_flags() using extract opPhilippe Mathieu-Daudé
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé
2017-07-19coccinelle: ignore ASTs pre-parsed cached C filesPhilippe Mathieu-Daudé
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson
2017-07-19util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' in...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-07-19tests: crypto: add hmac speed benchmark supportLongpeng(Mike)
2017-07-19tests: crypto: add hash speed benchmark supportLongpeng(Mike)
2017-07-19tests: crypto: add cipher speed benchmark supportLongpeng(Mike)
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)