aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
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
2021-06-01python: add qemu package installerJohn Snow
2021-06-01python: create qemu packagesJohn Snow
2021-06-01iotests/297: add --namespace-packages to mypy argumentsJohn Snow
2021-06-01python/machine: Trim line length to below 80 charsJohn Snow
2021-06-01python/machine: disable warning for Popen in _launch()John Snow
2021-06-01python/machine: Disable pylint warning for open() in _pre_launchJohn Snow
2021-06-01python/console_socket: Add a pylint ignoreJohn Snow
2021-06-01python/machine: use subprocess.run instead of subprocess.PopenJohn Snow
2021-06-01python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)John Snow
2021-06-01python/console_socket: avoid one-letter variableJohn Snow
2021-06-01acceptance tests: bump Avocado version to 88.1Willian Rampazzo
2021-06-01tests/acceptance/virtiofs_submounts.py: fix setup of SSH pubkeyCleber Rosa
2021-06-01Acceptance Tests: introduce CPU hotplug testCleber Rosa
2021-06-01Acceptance Tests: add basic documentation on LinuxTest base classCleber Rosa
2021-06-01tests/acceptance/virtiofs_submounts.py: remove launch_vm()Cleber Rosa
2021-06-01Acceptance Tests: set up SSH connection by default after boot for LinuxTestCleber Rosa
2021-06-01Acceptance Tests: make username/password configurableCleber Rosa
2021-06-01Acceptance Tests: add port redirection for ssh by defaultCleber Rosa
2021-06-01Acceptance Tests: move useful ssh methods to base classCleber Rosa
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa
2021-06-01tests/acceptance/virtiofs_submounts.py: evaluate string not lengthCleber Rosa
2021-06-01tests/acceptance/virtiofs_submounts.py: add missing accel tagCleber Rosa
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa
2021-06-01sev: add missing firmware error conditionsConnor Kuehl
2021-06-01sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh
2021-05-31i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov