summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-15qapi: Fix crash on missing enum member nameMarkus Armbruster1-1/+1
2021-07-13tests/acceptance/cpu_queries.py: use the proper logging channelsCleber Rosa1-3/+1
2021-07-13tests/acceptance/linux_ssh_mips_malta.py: drop identical setUpCleber Rosa1-5/+2
2021-07-13Acceptance tests: do not try to reuse packages from the systemCleber Rosa1-1/+1
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta3-1/+6
2021-07-13tests/acceptance: Handle cpu tag on x86_cpu_model_versions testsWainer dos Santos Moschetta1-8/+32
2021-07-13tests/acceptance: Add set_vm_arg() to the Test classWainer dos Santos Moschetta1-0/+21
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta1-0/+5
2021-07-13tests/acceptance: Tagging tests with "cpu:VALUE"Wainer dos Santos Moschetta4-11/+17
2021-07-13tests/acceptance: Let the framework handle "cpu:VALUE" tagged testsWainer dos Santos Moschetta6-16/+8
2021-07-13tests/acceptance: Fix mismatch on cpu tagged testsWainer dos Santos Moschetta2-6/+6
2021-07-13tests/acceptance: Automatic set -cpu to the test vmWainer dos Santos Moschetta2-0/+22
2021-07-13