summary refs log tree commit diff stats
path: root/tests/vm/basevm.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tests/vm: add --build-target optionAlex Bennée2019-02-081-0/+3
* tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé2018-10-261-4/+4
* tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé2018-10-261-1/+1
* tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé2018-10-261-1/+3
* tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé2018-10-261-1/+4
* tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé2018-10-261-1/+1
* tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé2018-10-261-1/+8
* tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé2018-10-261-2/+2
* tests/vm: Use -cpu max rather than -cpu hostPeter Maydell2018-09-261-2/+1
* tests/vm: Increase timeout waiting for VM to boot to 5 minutesPeter Maydell2018-08-241-1/+1
* tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell2018-08-151-1/+1
* tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell2018-08-151-1/+4
* tests: Add an option for snapshot (default: off)Fam Zheng2018-08-151-1/+6
* tests/vm: Only use -cpu 'host' if KVM is availablePhilippe Mathieu-Daudé2018-08-151-1/+2
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-1/+2
* tests: Fix ubuntu.i386 image initializationFam Zheng2018-04-091-4/+1
* basevm: Call logging.basicConfig()Eduardo Habkost2017-10-111-2/+2
* tests: Add vm test libFam Zheng2017-09-221-0/+262