aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config
Commit message (Collapse)AuthorAgeFilesLines
* 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