Age | Commit message (Expand) | Author | Files | Lines |
2023-10-17 | tests/vm: avoid invalid escape in Python string | Paolo Bonzini | 1 | -3/+3 |
2023-10-12 | tests/vm/basevm.py: use cmd() instead of qmp() | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2023-07-18 | tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper | Philippe Mathieu-Daudé | 1 | -0/+11 |
2023-01-09 | tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts | Philippe Mathieu-Daudé | 1 | -2/+1 |
2022-10-31 | tests/vm: use -o IdentitiesOnly=yes for ssh | Ilya Leoshkevich | 1 | -1/+2 |
2022-07-18 | tests/vm: add 1GB extra memory per core | John Snow | 1 | -0/+5 |
2022-06-06 | tests: use tests/venv to run basevm.py-based scripts | John Snow | 1 | -3/+3 |
2021-06-07 | tests/vm: expose --source-path to scripts to find extra files | Alex Bennée | 1 | -0/+4 |
2021-06-01 | python: create qemu packages | John Snow | 1 | -2/+1 |
2021-06-01 | Python: add utility function for retrieving port redirection | Cleber Rosa | 1 | -7/+4 |
2020-11-17 | tests/vm: Add Haiku test based on their vagrant images | Alexander von Gluck IV | 1 | -2/+3 |
2020-07-27 | tests/vm: add shutdown timeout in basevm.py | Robert Foley | 1 | -5/+10 |
2020-07-11 | tests/vm: allow us to take advantage of MTTCG | Alex Bennée | 1 | -2/+9 |
2020-07-11 | tests/vm: switch from optsparse to argparse | Alex Bennée | 1 | -45/+48 |
2020-07-11 | tests/vm: Add workaround to consume console | Robert Foley | 1 | -2/+19 |
2020-07-11 | tests/vm: change scripts to use self._config | Robert Foley | 1 | -9/+2 |
2020-07-11 | tests/vm: Added a new script for ubuntu.aarch64. | Robert Foley | 1 | -0/+12 |
2020-07-11 | tests/vm: Added configuration file support | Robert Foley | 1 | -1/+39 |
2020-07-11 | tests/vm: Add configuration to basevm.py | Robert Foley | 1 | -39/+133 |
2020-07-11 | tests/vm: pass args through to BaseVM's __init__ | Robert Foley | 1 | -9/+7 |
2020-05-31 | tests/vm: allow wait_ssh() to specify command | Robert Foley | 1 | -7/+7 |
2020-05-31 | tests/vm: Add ability to select QEMU from current build | Robert Foley | 1 | -5/+23 |
2020-05-27 | tests/vm: pass --genisoimage to basevm script | Alex Bennée | 1 | -6/+10 |
2020-03-27 | tests/vm: fix basevm config | Alex Bennée | 1 | -8/+8 |
2020-03-27 | tests/vm: move vga setup | Gerd Hoffmann | 1 | -1/+0 |
2020-03-27 | tests/vm: write raw console log | Gerd Hoffmann | 1 | -0/+6 |
2020-03-04 | tests/vm: Added gen_cloud_init_iso() to basevm.py | Robert Foley | 1 | -0/+40 |
2020-03-04 | tests/vm: give wait_ssh() option to wait for root | Robert Foley | 1 | -2/+5 |
2020-03-04 | tests/vm: increased max timeout for vm boot. | Robert Foley | 1 | -0/+7 |
2020-03-04 | tests/vm: Debug mode shows ssh output. | Robert Foley | 1 | -1/+6 |
2020-02-07 | drop "from __future__ import print_function" | Paolo Bonzini | 1 | -1/+0 |
2020-02-07 | tests/vm: Remove shebang header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-12-18 | tests/vm: Allow to set qemu-img path | Wainer dos Santos Moschetta | 1 | -0/+5 |
2019-12-16 | python/qemu: Move kvm_available() to its own module | Wainer dos Santos Moschetta | 1 | -1/+1 |
2019-11-20 | tests/vm: make --interactive (and therefore DEBUG=1) unconditional | Alex Bennée | 1 | -1/+1 |
2019-11-12 | tests/vm: support sites with sha512 checksums | Alex Bennée | 1 | -2/+8 |
2019-11-12 | tests/vm: add console_consume helper | Gerd Hoffmann | 1 | -0/+19 |
2019-10-25 | tests/vm: Let subclasses disable IPv6 | Eduardo Habkost | 1 | -1/+4 |
2019-07-04 | tests/vm: fedora autoinstall, using serial console | Gerd Hoffmann | 1 | -1/+8 |
2019-07-04 | tests/vm: serial console support helpers | Gerd Hoffmann | 1 | -3/+83 |
2019-07-04 | tests/vm: proper guest shutdown | Gerd Hoffmann | 1 | -7/+15 |
2019-07-04 | tests/vm: use ssh with pty unconditionally | Gerd Hoffmann | 1 | -9/+4 |
2019-07-04 | tests/vm: send proxy environment variables over ssh | Gerd Hoffmann | 1 | -0/+9 |
2019-07-01 | python/qemu: split QEMUMachine out from underneath __init__.py | John Snow | 1 | -1/+2 |
2019-06-12 | tests/vm: python3 fixes | Gerd Hoffmann | 1 | -5/+6 |
2019-06-12 | tests/vm: Port basevm to Python 3 | Wainer dos Santos Moschetta | 1 | -4/+4 |
2019-02-22 | Introduce a Python module structure | Cleber Rosa | 1 | -1/+1 |
2019-02-08 | tests/vm: add --build-target option | Alex Bennée | 1 | -0/+3 |
2018-10-26 | tests/vm: Do not abuse parallelism when HOST != TARGET architecture | Philippe Mathieu-Daudé | 1 | -4/+4 |
2018-10-26 | tests/vm: Do not use -enable-kvm if HOST != TARGET architecture | Philippe Mathieu-Daudé | 1 | -1/+1 |