index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
/
basevm.py
Age
Commit message (
Expand
)
Author
2019-02-22
Introduce a Python module structure
Cleber Rosa
2019-02-08
tests/vm: add --build-target option
Alex Bennée
2018-10-26
tests/vm: Do not abuse parallelism when HOST != TARGET architecture
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Do not use -enable-kvm if HOST != TARGET architecture
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Add a BaseVM::arch property
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Display remaining seconds to wait for a VM to start
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Do not use the -smp option with a single cpu
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Do not abuse parallelism when KVM is not available
Philippe Mathieu-Daudé
2018-10-26
tests/vm: Extract the kvm_available() handy function
Philippe Mathieu-Daudé
2018-09-26
tests/vm: Use -cpu max rather than -cpu host
Peter Maydell
2018-08-24
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
Peter Maydell
2018-08-15
tests/vm: Bump guest RAM up from 2G to 4G
Peter Maydell
2018-08-15
tests/vm: Propagate V=1 down into the make inside the VM
Peter Maydell
2018-08-15
tests: Add an option for snapshot (default: off)
Fam Zheng
2018-08-15
tests/vm: Only use -cpu 'host' if KVM is available
Philippe Mathieu-Daudé
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
2018-04-09
tests: Fix ubuntu.i386 image initialization
Fam Zheng
2017-10-11
basevm: Call logging.basicConfig()
Eduardo Habkost
2017-09-22
tests: Add vm test lib
Fam Zheng