aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-01python: add mypy to pipenvJohn Snow3-1/+38
2021-06-01python: move mypy.ini into setup.cfgJohn Snow2-4/+5
2021-06-01python: Add flake8 to pipenvJohn Snow2-1/+51
2021-06-01python: add excluded dirs to flake8 configJohn Snow1-0/+2
2021-06-01python: move flake8 config to setup.cfgJohn Snow2-2/+3
2021-06-01python: add pylint to pipenvJohn Snow2-0/+131
2021-06-01python: move pylintrc into setup.cfgJohn Snow2-58/+29
2021-06-01python: add pylint import exceptionsJohn Snow3-2/+5
2021-06-01python: Add pipenv supportJohn Snow2-0/+14
2021-06-01python: add MANIFEST.inJohn Snow2-0/+5
2021-06-01python: add directory structure README.rst filesJohn Snow5-0/+74
2021-06-01python: add VERSION fileJohn Snow2-0/+2
2021-06-01python: add qemu package installerJohn Snow3-0/+78
2021-06-01python: create qemu packagesJohn Snow17-32/+83
2021-06-01iotests/297: add --namespace-packages to mypy argumentsJohn Snow1-0/+1
2021-06-01python/machine: Trim line length to below 80 charsJohn Snow1-1/+1
2021-06-01python/machine: disable warning for Popen in _launch()John Snow1-0/+3
2021-06-01python/machine: Disable pylint warning for open() in _pre_launchJohn Snow1-1/+5
2021-06-01python/console_socket: Add a pylint ignoreJohn Snow1-0/+1
2021-06-01python/machine: use subprocess.run instead of subprocess.PopenJohn Snow1-6/+9
2021-06-01python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)John Snow1-4/+2
2021-06-01python/console_socket: avoid one-letter variableJohn Snow1-5/+5
2021-06-01acceptance tests: bump Avocado version to 88.1Willian Rampazzo1-1/+1
2021-06-01tests/acceptance/virtiofs_submounts.py: fix setup of SSH pubkeyCleber Rosa1-1/+1
2021-06-01Acceptance Tests: introduce CPU hotplug testCleber Rosa1-0/+37
2021-06-01Acceptance Tests: add basic documentation on LinuxTest base classCleber Rosa1-0/+26
2021-06-01tests/acceptance/virtiofs_submounts.py: remove launch_vm()Cleber Rosa1-8/+5
2021-06-01Acceptance Tests: set up SSH connection by default after boot for LinuxTestCleber Rosa3-11/+13
2021-06-01Acceptance Tests: make username/password configurableCleber Rosa1-2/+4
2021-06-01Acceptance Tests: add port redirection for ssh by defaultCleber Rosa2-5/+4
2021-06-01Acceptance Tests: move useful ssh methods to base classCleber Rosa3-75/+50
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa5-32/+78
2021-06-01tests/acceptance/virtiofs_submounts.py: evaluate string not lengthCleber Rosa1-1/+1
2021-06-01tests/acceptance/virtiofs_submounts.py: add missing accel tagCleber Rosa1-0/+1
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa3-12/+20
2021-06-01sev: add missing firmware error conditionsConnor Kuehl1-0/+2
2021-06-01sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl1-23/+23
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh7-0/+129
2021-05-31i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov1-2/+1
2021-05-31i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's oneVitaly Kuznetsov1-4/+13
2021-05-31i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array sizeVitaly Kuznetsov1-1/+2
2021-05-31i386: switch hyperv_expand_features() to using error_setg()Vitaly Kuznetsov1-40/+61
2021-05-31i386: move eVMCS enablement to hyperv_init_vcpu()Vitaly Kuznetsov1-23/+37
2021-05-31i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f...Vitaly Kuznetsov1-10/+24
2021-05-31i386: introduce hv_cpuid_cacheVitaly Kuznetsov1-53/+56
2021-05-31i386: drop FEAT_HYPERV feature leavesVitaly Kuznetsov4-166/+37
2021-05-31i386: introduce hv_cpuid_get_host()Vitaly Kuznetsov1-45/+57
2021-05-31i386: introduce hyperv_feature_supported()Vitaly Kuznetsov1-19/+30
2021-05-31i386: stop using env->features[] for filling Hyper-V CPUIDsVitaly Kuznetsov2-38/+43
2021-05-31i386: always fill Hyper-V CPUID feature leaves from X86CPU dataVitaly Kuznetsov1-9/+0