summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto/builtin: Remove odd-sized AES block handlingRichard Henderson2020-09-101-28/+12Star
* crypto: Constify cipher data tablesRichard Henderson2020-09-101-3/+3
* crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson2020-09-106-10/+13
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-108-77/+84
* crypto: Use the correct const type for driverRichard Henderson2020-09-107-12/+12
* crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson2020-09-102-2/+1Star
* crypto/nettle: Fix xts_encrypt argumentsRichard Henderson2020-09-101-1/+1
* crypto: Remove redundant includesRichard Henderson2020-09-103-6/+0Star
* crypto: Rename cipher include files to .c.incRichard Henderson2020-09-104-3/+3
* crypto: Assume blocksize is a power of 2Richard Henderson2020-09-104-6/+9
* tests: fix output message formatting for crypto benchmarksDaniel P. Berrangé2020-09-103-9/+14
* Merge remote-tracking branch 'remotes/kraxel/tags/sirius/ipxe-20200908-pull-r...Peter Maydell2020-09-0810-2/+0Star
|\
| * ipxe: update binariesGerd Hoffmann2020-09-088-0/+0
| * ipxe: drop ia32 efi romsGerd Hoffmann2020-09-081-2/+0Star
| * ipxe: update submoduleGerd Hoffmann2020-09-081-0/+0
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into ...Peter Maydell2020-09-0813-89/+78Star
|\ \
| * | qapi/block-core.json: Fix nbd-server-start docsPeter Maydell2020-09-071-3/+3
| * | qapi: Fix indentation, againPeter Maydell2020-09-077-22/+22
| * | qapi/migration.json: Fix indentationPeter Maydell2020-09-071-30/+30
| * | qapi: Make section headings start a new doc comment blockMarkus Armbruster2020-09-072-9/+15
| * | qapi: Reject section markup in definition documentationMarkus Armbruster2020-09-075-26/+9Star
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200908' into...Peter Maydell2020-09-0833-313/+548
|\ \ \
| * | | spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcallDaniel Henrique Barboza2020-09-081-8/+33
| * | | spapr_numa: create a vcpu associativity helperDaniel Henrique Barboza2020-09-082-14/+24
| * | | spapr: move h_home_node_associativity to spapr_numa.cDaniel Henrique Barboza2020-09-082-40/+45
| * | | spapr_numa: move NVLink2 associativity handling to spapr_numa.cDaniel Henrique Barboza2020-09-082-18/+30
| * | | spapr, spapr_numa: move lookup-arrays handling to spapr_numa.cDaniel Henrique Barboza2020-09-083-23/+38
| * | | spapr, spapr_numa: handle vcpu ibm,associativityDaniel Henrique Barboza2020-09-083-16/+30
| * | | spapr: introduce SpaprMachineState::numa_assoc_arrayDaniel Henrique Barboza2020-09-087-33/+73
| * | | ppc/spapr_nvdimm: turn spapr_dt_nvdimm() staticDaniel Henrique Barboza2020-09-082-12/+11Star
| * | | ppc: introducing spapr_numa.c NUMA code helperDaniel Henrique Barboza2020-09-084-25/+74
| * | | hw/ppc/ppc4xx_pci: Replace pointless warning by assert()Philippe Mathieu-Daudé2020-09-081-4/+1Star
| * | | hw/ppc/ppc4xx_pci: Use ARRAY_SIZE() instead of magic valuePhilippe Mathieu-Daudé2020-09-081-1/+2
| * | | target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-1/+1
| * | | sparc/sun4m: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-19/+6Star
| * | | sparc/sun4m: Don't set cs->halted = 0 in main_cpu_reset()Thiago Jung Bauermann2020-09-081-1/+0Star
| * | | mips/cps: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-4/+11
| * | | ppc/e500: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-4/+9
| * | | ppc/spapr: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-5/+5
| * | | target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann2020-09-082-2/+1Star
| * | | target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann2020-09-086-8/+9
| * | | ppc/spapr_nvdimm: do not enable support with 'nvdimm=off'Daniel Henrique Barboza2020-09-081-0/+18
| * | | spapr, spapr_nvdimm: fold NVDIMM validation in the same placeDaniel Henrique Barboza2020-09-083-16/+16
| * | | ppc/spapr_nvdimm: use g_autofree in spapr_nvdimm_validate_opts()Daniel Henrique Barboza2020-09-081-2/+1Star
| * | | spapr/xive: Allocate vCPU IPIs from the vCPU contextsCédric Le Goater2020-09-081-3/+33
| * | | spapr/xive: Allocate IPIs independently from the other sourcesCédric Le Goater2020-09-081-5/+42
| * | | spapr/xive: Use kvmppc_xive_source_reset() in post_loadCédric Le Goater2020-09-081-10/+10
| * | | spapr/xive: Modify kvm_cpu_is_enabled() interfaceCédric Le Goater2020-09-081-3/+2Star
| * | | spapr/xive: Use the xics flag to check for XIVE-only IRQ backendsCédric Le Goater2020-09-081-1/+1
| * | | spapr_vscsi: do not allow device hotplugDaniel Henrique Barboza2020-09-081-0/+3