summaryrefslogtreecommitdiff
path: root/tests/vm/basevm.py
AgeCommit message (Expand)Author
2019-02-22Introduce a Python module structureCleber Rosa
2019-02-08tests/vm: add --build-target optionAlex Bennée
2018-10-26tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé
2018-10-26tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé
2018-10-26tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé
2018-10-26tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé
2018-09-26tests/vm: Use -cpu max rather than -cpu hostPeter Maydell
2018-08-24tests/vm: Increase timeout waiting for VM to boot to 5 minutesPeter Maydell
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng
2018-08-15tests/vm: Only use -cpu 'host' if KVM is availablePhilippe Mathieu-Daudé
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost
2018-04-09tests: Fix ubuntu.i386 image initializationFam Zheng
2017-10-11basevm: Call logging.basicConfig()Eduardo Habkost
2017-09-22tests: Add vm test libFam Zheng