aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10plugins: move the more involved plugins to contribAlex Bennée
2020-09-10tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)Philippe Mathieu-Daudé
2020-09-10tests: bump avocado versionPavel Dovgalyuk
2020-09-10hw/i386: make explicit clearing of pch_rev_idAlex Bennée
2020-09-10configure: don't enable ppc64abi32-linux-user by defaultAlex Bennée
2020-09-10docs/system/deprecated: mark ppc64abi32-linux-user for deprecationAlex Bennée
2020-09-10target/mips: simplify gen_compute_imm_branch logicAlex Bennée
2020-09-10tests/meson.build: fp tests don't need CONFIG_TCGAlex Bennée
2020-09-10usb-host: restrict workaround to new libusb versionsGerd Hoffmann
2020-09-10CODING_STYLE.rst: flesh out our naming conventions.Alex Bennée
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé
2020-09-10file-win32: Fix "locking" optionKevin Wolf
2020-09-10iotests: Allow running from different directoryKevin Wolf
2020-09-09hw/riscv: Sort the Kconfig options in alphabetical orderBin Meng
2020-09-09hw/riscv: Drop CONFIG_SIFIVEBin Meng
2020-09-09hw/riscv: Always build riscv_hart.cBin Meng
2020-09-09hw/riscv: Move sifive_test model to hw/miscBin Meng
2020-09-09hw/riscv: Move sifive_uart model to hw/charBin Meng
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng
2020-09-09hw/riscv: Move sifive_plic model to hw/intcBin Meng
2020-09-09hw/riscv: Move sifive_clint model to hw/intcBin Meng
2020-09-09hw/riscv: Move sifive_gpio model to hw/gpioBin Meng
2020-09-09hw/riscv: Move sifive_u_otp model to hw/miscBin Meng
2020-09-09hw/riscv: Move sifive_u_prci model to hw/miscBin Meng
2020-09-09hw/riscv: Move sifive_e_prci model to hw/miscBin Meng
2020-09-09hw/riscv: sifive_u: Connect a DMA controllerBin Meng
2020-09-09hw/riscv: clint: Avoid using hard-coded timebase frequencyBin Meng
2020-09-09hw/riscv: microchip_pfsoc: Hook GPIO controllersBin Meng
2020-09-09hw/riscv: microchip_pfsoc: Connect 2 Cadence GEMsBin Meng
2020-09-09hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23Bin Meng
2020-09-09hw/net: cadence_gem: Add a new 'phy-addr' propertyBin Meng
2020-09-09hw/riscv: microchip_pfsoc: Connect a DMA controllerBin Meng