index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
Makefile: Rename the 'vm-test' target as 'vm-help'
Philippe Mathieu-Daudé
1
-2
/
+3
2019-07-04
tests/vm: ubuntu.i386: apt proxy setup
Gerd Hoffmann
1
-0
/
+4
2019-07-04
tests/vm: fedora autoinstall, using serial console
Gerd Hoffmann
3
-2
/
+199
2019-07-04
tests/vm: freebsd autoinstall, using serial console
Gerd Hoffmann
1
-10
/
+172
2019-07-04
tests/vm: openbsd autoinstall, using serial console
Gerd Hoffmann
1
-13
/
+148
2019-07-04
tests/vm: serial console support helpers
Gerd Hoffmann
1
-3
/
+83
2019-07-04
tests/vm: add vm-boot-{ssh,serial}-<guest> targets
Gerd Hoffmann
1
-0
/
+19
2019-07-04
tests/vm: proper guest shutdown
Gerd Hoffmann
1
-7
/
+15
2019-07-04
tests/vm: run test builds on snapshot
Gerd Hoffmann
1
-0
/
+1
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-04
tests/vm: add source repos on ubuntu.i386
Cleber Rosa
1
-0
/
+1
2019-07-04
tests/vm: pin ubuntu.i386 image
Cleber Rosa
1
-1
/
+3
2019-07-04
tests/vm: avoid image presence check and removal
Cleber Rosa
5
-10
/
+0
2019-07-04
tests/vm: avoid extra compressed image copy
Cleber Rosa
4
-8
/
+8
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: Add missing variables on help
Wainer dos Santos Moschetta
1
-2
/
+6
2019-06-12
tests/vm: Fix build-centos docker-based tests run
Wainer dos Santos Moschetta
1
-3
/
+3
2019-06-12
tests/vm: Port basevm to Python 3
Wainer dos Santos Moschetta
1
-4
/
+4
2019-06-12
tests/vm: Use python configured on build
Wainer dos Santos Moschetta
1
-2
/
+2
2019-02-22
Introduce a Python module structure
Cleber Rosa
1
-1
/
+1
2019-02-11
tests/vm: Be verbose while extracting compressed images
Philippe Mathieu-Daudé
4
-4
/
+8
2019-02-08
tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS
Alex Bennée
1
-1
/
+9
2019-02-08
tests/vm: add --build-target option
Alex Bennée
4
-3
/
+6
2019-02-08
tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
Alex Bennée
3
-3
/
+0
2019-02-08
tests/vm: move images to $HOME/.cache/qemu-vm/images
Gerd Hoffmann
1
-5
/
+7
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
2018-10-26
tests/vm: Add a BaseVM::arch property
Philippe Mathieu-Daudé
6
-1
/
+8
2018-10-26
tests/vm: Display remaining seconds to wait for a VM to start
Philippe Mathieu-Daudé
1
-1
/
+4
2018-10-26
tests/vm: Do not use the -smp option with a single cpu
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-26
tests/vm: Do not abuse parallelism when KVM is not available
Philippe Mathieu-Daudé
1
-1
/
+8
2018-10-26
tests/vm: Extract the kvm_available() handy function
Philippe Mathieu-Daudé
1
-2
/
+2
2018-09-26
tests/vm: Use -cpu max rather than -cpu host
Peter Maydell
1
-2
/
+1
2018-08-24
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
Peter Maydell
1
-1
/
+1
2018-08-20
tests/vm: Clean out old working directories on build
Peter Maydell
3
-0
/
+3
2018-08-15
tests/vm: Add vm-build-all/vm-clean-all in help text
Fam Zheng
1
-0
/
+3
2018-08-15
tests/vm: Use make's --output-sync option
Peter Maydell
4
-8
/
+8
2018-08-15
tests/vm: Bump guest RAM up from 2G to 4G
Peter Maydell
1
-1
/
+1
2018-08-15
tests/vm: Propagate V=1 down into the make inside the VM
Peter Maydell
6
-8
/
+12
2018-08-15
tests/vm: Pass the jobs parallelism setting to 'make check'
Peter Maydell
4
-4
/
+4
2018-08-15
tests: vm: Add vm-clean-all
Fam Zheng
1
-1
/
+4
2018-08-15
tests: Add centos VM testing
Fam Zheng
2
-1
/
+86
2018-08-15
tests: Add an option for snapshot (default: off)
Fam Zheng
1
-1
/
+6
2018-08-15
tests/vm: Add flex and bison to the vm image
Philippe Mathieu-Daudé
1
-1
/
+1
2018-08-15
tests/vm: Only use -cpu 'host' if KVM is available
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
1
-1
/
+2
2018-04-09
tests: Fix ubuntu.i386 image initialization
Fam Zheng
1
-4
/
+1
2018-02-08
docs: Add docs/devel/testing.rst
Fam Zheng
1
-89
/
+1
[next]