aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-06-30python: Fix broken ReST docstringsJohn Snow
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow
2021-06-30python: Update help text on 'make check', 'make develop'John Snow
2021-06-30python: add 'make check-dev' invocationJohn Snow
2021-06-30python: only check qemu/ subdir with flake8John Snow
2021-06-30python: Fix .PHONY Make specifiersJohn Snow
2021-06-30python: update help text for check-toxJohn Snow
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow
2021-06-30python: Add no-install usage instructionsJohn Snow
2021-06-30python: README.rst touchupsJohn Snow
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow
2021-06-30python: Remove global pylint suppressionsJohn Snow
2021-06-30python: expose typing information via PEP 561John Snow
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-06-30Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into stagingPeter Maydell
2021-06-30vhost-user-blk: Implement reconnection during realizeKevin Wolf
2021-06-30vhost-user-blk: Factor out vhost_user_blk_realize_connect()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost-user-blk: Add Error parameter to vhost_user_blk_start()Kevin Wolf
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-06-30block/ssh: add support for sha256 host key fingerprintsDaniel P. Berrangé
2021-06-29hw/nvme: add 'zoned.zasl' to documentationKeith Busch
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé
2021-06-29ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-29chardev/socket: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-29qemu-nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-29block/nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé
2021-06-29tcg/riscv: Remove MO_BSWAP handlingRichard Henderson
2021-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29target/mips: Fix gen_mxu_s32ldd_s32lddrRichard Henderson
2021-06-29target/sh4: Improve swap.b translationRichard Henderson
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29target/arm: Improve REVSHRichard Henderson
2021-06-29target/arm: Improve vector REVRichard Henderson
2021-06-29target/arm: Improve REV32Richard Henderson
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_st_*Richard Henderson
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_ld_*Richard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-29tcg: Handle new bswap flags during optimizeRichard Henderson
2021-06-29tcg/tci: Support bswap flagsRichard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap32Richard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap16Richard Henderson