aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02block: document child argument of bdrv_attach_child_common()Vladimir Sementsov-Ogievskiy
2021-06-02block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth
2021-06-02block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-06-02block: drop BlockDriverState::read_onlyVladimir Sementsov-Ogievskiy
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-06-02block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy
2021-06-02block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy
2021-06-02qemu-io-cmds: assert that we don't have .perm requested in no-blk caseVladimir Sementsov-Ogievskiy
2021-06-02block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_diskLukas Straub
2021-06-02Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-06-02configure: bump min required CLang to 6.0 / XCode 10.0Daniel P. Berrangé
2021-06-02configure: bump min required GCC to 7.5.0Daniel P. Berrangé
2021-06-02configure: bump min required glib version to 2.56Daniel P. Berrangé
2021-06-02tests/docker: drop CentOS 7 containerDaniel P. Berrangé
2021-06-02tests/vm: convert centos VM recipe to CentOS 8Daniel P. Berrangé
2021-06-02crypto: drop used conditional checkDaniel P. Berrangé
2021-06-02crypto: bump min gnutls to 3.5.18, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02patchew: move quick build job from CentOS 7 to CentOS 8 containerDaniel P. Berrangé
2021-06-02block/ssh: Bump minimum libssh version to 0.8.7Thomas Huth
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella
2021-06-02docs: fix references to docs/specs/tpm.rstStefano Garzarella
2021-06-02docs: fix references to docs/devel/build-system.rstStefano Garzarella
2021-06-02docs: fix references to docs/devel/atomics.rstStefano Garzarella
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-06-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-01gitlab: add python linters to CIJohn Snow
2021-06-01python: add tox supportJohn Snow
2021-06-01python: add .gitignoreJohn Snow
2021-06-01python: add Makefile for some common tasksJohn Snow
2021-06-01python: add avocado-framework and testsJohn Snow
2021-06-01python: add devel package requirements to setuptoolsJohn Snow
2021-06-01python/qemu: add qemu package itself to pipenvJohn Snow
2021-06-01python/qemu: add isort to pipenvJohn Snow
2021-06-01python: move .isort.cfg into setup.cfgJohn Snow
2021-06-01python: add mypy to pipenvJohn Snow
2021-06-01python: move mypy.ini into setup.cfgJohn Snow
2021-06-01python: Add flake8 to pipenvJohn Snow
2021-06-01python: add excluded dirs to flake8 configJohn Snow
2021-06-01python: move flake8 config to setup.cfgJohn Snow
2021-06-01python: add pylint to pipenvJohn Snow
2021-06-01python: move pylintrc into setup.cfgJohn Snow
2021-06-01python: add pylint import exceptionsJohn Snow
2021-06-01python: Add pipenv supportJohn Snow
2021-06-01python: add MANIFEST.inJohn Snow
2021-06-01python: add directory structure README.rst filesJohn Snow
2021-06-01python: add VERSION fileJohn Snow