aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config
Commit message (Collapse)AuthorAgeFilesLines
* Updated test kvm tests to Linux 3.13 kernelAndreas Steffen2014-02-121-0/+2047
|
* testing: Config for Linux kernel 3.12Tobias Brunner2013-11-191-0/+2022
| | | | | | | | The most significant change is that CONFIG_ACPI_PROC_EVENT is now finally removed (after being deprecated for a long time). So to successfully shutdown the guests via ACPI the CONFIG_INPUT_EVDEV option is now enabled.
* Version bump to 5.1.1Andreas Steffen2013-10-311-0/+2005
|
* Added config-3.10Andreas Steffen2013-07-041-0/+1952
|
* implemented policy rules for OS IMVAndreas Steffen2013-06-211-0/+1892
|
* testing: Rename interfaces and bridges so they are easier to identifyTobias Brunner2013-03-1911-3/+14
| | | | | | | This simplifies capturing traffic with Wireshark on the host as each of the guest's interfaces is clearly identified. The three bridges were previously numbered starting from 0, this scheme is restored here.
* testing: Don't use a specific version for the QEMU machine typeTobias Brunner2013-03-198-8/+8
| | | | | The previously used pc-1.1 is not yet available on e.g. Ubuntu 12.04. With 'pc' the most current supported version of that type is used.
* upgraded KVM test suite to Linux 3.8 kernelAndreas Steffen2013-03-031-0/+1863
|
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-178-8/+8
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* Added config für Linux 3.6 guest kernelsAndreas Steffen2013-01-171-0/+1830
|
* Export compile directory to guestsReto Buerki2013-01-179-14/+49
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
* Add eth1 NIC to alice domainReto Buerki2013-01-171-0/+6
|
* Switch from raw images to qcow2 formatReto Buerki2013-01-178-24/+24
| | | | | This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space.
* Use qemu/KVM virtualization instead of UMLReto Buerki2013-01-1711-0/+526
| | | | | | | | | Guest and network configuration is setup using the libvirt virtualization API. The [start|stop]_testing scripts have been updated accordingly. qemu/KVM does not currently support a hostfs, so the shared build tree mount has been dropped for now.
* Rename build-umlkernel script to build-guestkernelReto Buerki2013-01-171-0/+1813