Age | Commit message (Expand) | Author |
2020-09-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-... | Peter Maydell |
2020-09-12 | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re... | Peter Maydell |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | target/i386/kvm: Add missing fallthrough comment | Thomas Huth |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-09-11 | hw/arm/pxa2xx: Add missing fallthrough comment | Thomas Huth |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-11 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-09-10 | target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken() | Philippe Mathieu-Daudé |
2020-09-10 | test-vmstate: remove unnecessary code in match_interval_mapping_node | Pan Nengyuan |
2020-09-10 | hw: hyperv: vmbus: Fix 32bit compilation | Jon Doron |
2020-09-10 | kconfig: fix comment referring to old Makefiles | Paolo Bonzini |
2020-09-10 | meson.build: tweak sdl-image error message | Sergei Trofimovich |
2020-09-10 | hw/net/e1000e: Remove duplicated write handler for FLSWDATA register | Philippe Mathieu-Daudé |
2020-09-10 | hw/net/e1000e: Remove overwritten read handler for STATUS register | Philippe Mathieu-Daudé |
2020-09-10 | Makefile: Skip the meson subdir in cscope/TAGS/ctags | Greg Kurz |
2020-09-10 | Makefile: Drop extra phony cscope | Greg Kurz |
2020-09-10 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2020-09-10 | crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses | Richard Henderson |
2020-09-10 | crypto/nettle: Split QCryptoCipherNettle into subclasses | Richard Henderson |
2020-09-10 | crypto/builtin: Split QCryptoCipherBuiltin into subclasses | Richard Henderson |
2020-09-10 | crypto/builtin: Split and simplify AES_encrypt_cbc | Richard Henderson |
2020-09-10 | crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c | Richard Henderson |
2020-09-10 | crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt | Richard Henderson |
2020-09-10 | crypto/builtin: Remove odd-sized AES block handling | Richard Henderson |
2020-09-10 | crypto: Constify cipher data tables | Richard Henderson |
2020-09-10 | crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new | Richard Henderson |
2020-09-10 | crypto: Allocate QCryptoCipher with the subclass | Richard Henderson |
2020-09-10 | crypto: Use the correct const type for driver | Richard Henderson |
2020-09-10 | crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h | Richard Henderson |
2020-09-10 | crypto/nettle: Fix xts_encrypt arguments | Richard Henderson |
2020-09-10 | crypto: Remove redundant includes | Richard Henderson |
2020-09-10 | crypto: Rename cipher include files to .c.inc | Richard Henderson |
2020-09-10 | crypto: Assume blocksize is a power of 2 | Richard Henderson |
2020-09-10 | tests: fix output message formatting for crypto benchmarks | Daniel P. Berrangé |
2020-09-10 | plugins: move the more involved plugins to contrib | Alex Bennée |
2020-09-10 | tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True) | Philippe Mathieu-Daudé |
2020-09-10 | tests: bump avocado version | Pavel Dovgalyuk |
2020-09-10 | hw/i386: make explicit clearing of pch_rev_id | Alex Bennée |
2020-09-10 | configure: don't enable ppc64abi32-linux-user by default | Alex Bennée |
2020-09-10 | docs/system/deprecated: mark ppc64abi32-linux-user for deprecation | Alex Bennée |
2020-09-10 | target/mips: simplify gen_compute_imm_branch logic | Alex Bennée |
2020-09-10 | tests/meson.build: fp tests don't need CONFIG_TCG | Alex Bennée |
2020-09-10 | usb-host: restrict workaround to new libusb versions | Gerd Hoffmann |
2020-09-10 | CODING_STYLE.rst: flesh out our naming conventions. | Alex Bennée |
2020-09-10 | block/qcow2-cluster: Add missing "fallthrough" annotation | Thomas Huth |
2020-09-10 | block/nvme: Pair doorbell registers | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Use generic NvmeBar structure | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Group controller registers in NVMeRegs structure | Philippe Mathieu-Daudé |