aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-11target/i386/kvm: Add missing fallthrough commentThomas Huth1-0/+1
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé10-23/+23
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé8-13/+16
2020-09-11hw/arm/pxa2xx: Add missing fallthrough commentThomas Huth1-1/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell827-4428/+7873
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell49-555/+1764
2020-09-10target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()Philippe Mathieu-Daudé1-2/+2
2020-09-10test-vmstate: remove unnecessary code in match_interval_mapping_nodePan Nengyuan1-3/+0
2020-09-10hw: hyperv: vmbus: Fix 32bit compilationJon Doron1-1/+2
2020-09-10kconfig: fix comment referring to old MakefilesPaolo Bonzini1-2/+2
2020-09-10meson.build: tweak sdl-image error messageSergei Trofimovich1-2/+2
2020-09-10hw/net/e1000e: Remove duplicated write handler for FLSWDATA registerPhilippe Mathieu-Daudé1-1/+0
2020-09-10hw/net/e1000e: Remove overwritten read handler for STATUS registerPhilippe Mathieu-Daudé1-1/+0
2020-09-10Makefile: Skip the meson subdir in cscope/TAGS/ctagsGreg Kurz1-3/+5
2020-09-10Makefile: Drop extra phony cscopeGreg Kurz1-1/+1
2020-09-10Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell35-128/+151
2020-09-10crypto/gcrypt: Split QCryptoCipherGcrypt into subclassesRichard Henderson1-255/+238
2020-09-10crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson1-488/+511
2020-09-10crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson1-309/+210
2020-09-10crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson1-56/+43
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson3-55/+56
2020-09-10crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson1-51/+22
2020-09-10crypto/builtin: Remove odd-sized AES block handlingRichard Henderson1-28/+12
2020-09-10crypto: Constify cipher data tablesRichard Henderson1-3/+3
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson6-10/+13
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson8-77/+84
2020-09-10crypto: Use the correct const type for driverRichard Henderson7-12/+12
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson2-2/+1
2020-09-10crypto/nettle: Fix xts_encrypt argumentsRichard Henderson1-1/+1
2020-09-10crypto: Remove redundant includesRichard Henderson3-6/+0
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson4-3/+3
2020-09-10crypto: Assume blocksize is a power of 2Richard Henderson4-6/+9
2020-09-10tests: fix output message formatting for crypto benchmarksDaniel P. Berrangé3-9/+14
2020-09-10plugins: move the more involved plugins to contribAlex Bennée12-6/+207
2020-09-10tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)Philippe Mathieu-Daudé1-0/+12
2020-09-10tests: bump avocado versionPavel Dovgalyuk2-2/+2
2020-09-10hw/i386: make explicit clearing of pch_rev_idAlex Bennée1-1/+1
2020-09-10configure: don't enable ppc64abi32-linux-user by defaultAlex Bennée1-19/+27
2020-09-10docs/system/deprecated: mark ppc64abi32-linux-user for deprecationAlex Bennée1-0/+7
2020-09-10target/mips: simplify gen_compute_imm_branch logicAlex Bennée1-10/+2
2020-09-10tests/meson.build: fp tests don't need CONFIG_TCGAlex Bennée2-2/+3
2020-09-10usb-host: restrict workaround to new libusb versionsGerd Hoffmann1-1/+1
2020-09-10CODING_STYLE.rst: flesh out our naming conventions.Alex Bennée1-2/+35
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth1-0/+1
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé1-3/+6
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé1-19/+1
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé1-23/+25
2020-09-10file-win32: Fix "locking" optionKevin Wolf1-1/+21
2020-09-10iotests: Allow running from different directoryKevin Wolf1-1/+1
2020-09-09hw/riscv: Sort the Kconfig options in alphabetical orderBin Meng1-29/+29