summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)2017-07-193-17/+121
* crypto: hash: add afalg-backend hash supportLongpeng(Mike)2017-07-195-0/+163
* crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)2017-07-195-4/+271
* crypto: introduce some common functions for af_alg backendLongpeng(Mike)2017-07-194-0/+208
* crypto: hmac: add hmac driver frameworkLongpeng(Mike)2017-07-196-114/+145
* crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)2017-07-191-10/+24
* crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-10/+24
* crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-10/+25
* crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)2017-07-191-0/+0
* crypto: hash: add hash driver frameworkLongpeng(Mike)2017-07-195-18/+83
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-196-123/+190
* crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)2017-07-191-46/+55
* crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-12/+29
* crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-17/+33
* crypto: cipher: introduce context free functionLongpeng(Mike)2017-07-192-17/+32
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s...Peter Maydell2017-07-184-1/+42
|\
| * s390x/cpumodel: z14 cpu modelsJason J. Herne2017-07-182-0/+38
| * linux header sync against v4.13-rc1Christian Borntraeger2017-07-182-1/+4
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-07-184-577/+1643
|\ \
| * | live-block-ops.txt: Rename, rewrite, and improve itKashyap Chamarthy2017-07-182-72/+1088
| * | bitmaps.md: Convert to rST; move it into 'interop' dirKashyap Chamarthy2017-07-182-505/+555
| |/
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-17' into st...Peter Maydell2017-07-186-17/+25
|\ \
| * | nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clientsEric Blake2017-07-182-10/+16
| * | nbd: Trace client command being sentEric Blake2017-07-182-2/+3
| * | nbd: Fix iotests failure due to changed client error messageEric Blake2017-07-173-5/+6
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170717' into stagingPeter Maydell2017-07-185-25/+696
|\ \
| * | target/s390x: Fix risbg handlingRichard Henderson2017-07-171-2/+2
| * | target/s390x: Allow to enable "idtes" feature for TCGDavid Hildenbrand2017-07-171-0/+1
| * | target/s390x: Mark ETF3 and ETF3_ENH facilities as availableRichard Henderson2017-07-171-0/+2
| * | target/s390x: Implement TRTRRichard Henderson2017-07-174-7/+25
| * | target/s390x: Implement SRSTURichard Henderson2017-07-174-0/+57
| * | target/s390x: Tidy SRSTRichard Henderson2017-07-174-15/+23
| * | target/s390x: Implement CONVERT UNICODE insnsRichard Henderson2017-07-174-0/+380
| * | target/s390x: Implement CSSTRichard Henderson2017-07-175-1/+206
| |/
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170717.0' ...Peter Maydell2017-07-181-8/+11
|\ \
| * | vfio-pci, ppc64/spapr: Reorder group-to-container attachingAlexey Kardashevskiy2017-07-171-8/+11
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-07-1815-137/+381
|\ \
| * | qmp: Include parent type on 'qom-list-types' outputEduardo Habkost2017-07-173-11/+82
| * | qmp: Include 'abstract' field on 'qom-list-types' outputEduardo Habkost2017-07-173-14/+45
| * | tests: Simplify abstract-interfaces check with a helperEduardo Habkost2017-07-171-18/+25
| * | i386: add Skylake-Server cpu modelBoqun Feng (Intel)2017-07-171-0/+48
| * | i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost2017-07-171-1/+1
| * | i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange2017-07-173-0/+34
| * | fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland2017-07-173-48/+52
| * | fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callersMark Cave-Ayland2017-07-171-11/+16
| * | fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...Mark Cave-Ayland2017-07-171-1/+2
| * | qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost2017-07-172-9/+11
| * | Revert "machine: Convert abstract typename on compat_props to subclass names"Eduardo Habkost2017-07-171-23/+3Star
| * | test-qdev-global-props: Test global property orderingEduardo Habkost2017-07-171-0/+33
| * | qdev: fix the order compat and global properties are appliedGreg Kurz2017-07-171-13/+2Star