aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
AgeCommit message (Expand)Author
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07tests/vm: Remove shebang headerPhilippe Mathieu-Daudé
2020-02-07tests: Explicit usage of Python 3Philippe Mathieu-Daudé
2020-01-09freebsd: use python37Gerd Hoffmann
2020-01-09tests/vm: update openbsd to release 6.6Gerd Hoffmann
2019-12-18tests/vm: Allow to set qemu-img pathWainer dos Santos Moschetta
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta
2019-11-26tests/vm/ubuntu: update i386 image to 18.04Alex Bennée
2019-11-26tests/vm/ubuntu: include language pack to silence locale warningsAlex Bennée
2019-11-26tests/vm/centos: fix centos build targetAlex Bennée
2019-11-20tests/vm: make --interactive (and therefore DEBUG=1) unconditionalAlex Bennée
2019-11-12tests/vm: support sites with sha512 checksumsAlex Bennée
2019-11-12tests/vm: update netbsd to version 8.1Gerd Hoffmann
2019-11-12tests/vm: use console_consume for netbsdGerd Hoffmann
2019-11-12tests/vm: add console_consume helperGerd Hoffmann
2019-11-12tests/vm: netbsd autoinstall, using serial consoleGerd Hoffmann
2019-10-25tests/vm/netbsd: Disable IPv6Eduardo Habkost
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost
2019-09-10Fedora images: use URLs from stable "archives.fedoraproject.org"Cleber Rosa
2019-09-05tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, tooThomas Huth
2019-07-04Makefile: Rename the 'vm-test' target as 'vm-help'Philippe Mathieu-Daudé
2019-07-04tests/vm: ubuntu.i386: apt proxy setupGerd Hoffmann
2019-07-04tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann
2019-07-04tests/vm: freebsd autoinstall, using serial consoleGerd Hoffmann
2019-07-04tests/vm: openbsd autoinstall, using serial consoleGerd Hoffmann
2019-07-04tests/vm: serial console support helpersGerd Hoffmann
2019-07-04tests/vm: add vm-boot-{ssh,serial}-<guest> targetsGerd Hoffmann
2019-07-04tests/vm: proper guest shutdownGerd Hoffmann
2019-07-04tests/vm: run test builds on snapshotGerd Hoffmann
2019-07-04tests/vm: use ssh with pty unconditionallyGerd Hoffmann
2019-07-04tests/vm: send proxy environment variables over sshGerd Hoffmann
2019-07-04tests/vm: add source repos on ubuntu.i386Cleber Rosa
2019-07-04tests/vm: pin ubuntu.i386 imageCleber Rosa
2019-07-04tests/vm: avoid image presence check and removalCleber Rosa
2019-07-04tests/vm: avoid extra compressed image copyCleber Rosa
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow
2019-06-12tests/vm: python3 fixesGerd Hoffmann
2019-06-12tests/vm: Add missing variables on helpWainer dos Santos Moschetta
2019-06-12tests/vm: Fix build-centos docker-based tests runWainer dos Santos Moschetta
2019-06-12tests/vm: Port basevm to Python 3Wainer dos Santos Moschetta
2019-06-12tests/vm: Use python configured on buildWainer dos Santos Moschetta
2019-02-22Introduce a Python module structureCleber Rosa
2019-02-11tests/vm: Be verbose while extracting compressed imagesPhilippe Mathieu-Daudé
2019-02-08tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTSAlex Bennée
2019-02-08tests/vm: add --build-target optionAlex Bennée
2019-02-08tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386Alex Bennée
2019-02-08tests/vm: move images to $HOME/.cache/qemu-vm/imagesGerd Hoffmann
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é