| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This is needed to let the ha/both-active test pass.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Use 9p over virtio to share files on the host with the guest domains.
The files are accessible in the guests /hostfs directory.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Reduce the coupling of the different scripts.
make-testing : Build the testing environment
start-testing : Start switches and guests
do-tests : Run tests
stop-testing : Stop switches and guests
|
|
|
|
|
|
|
|
|
|
| |
Instead of extracting a downloaded Gentoo filesystem tree into a file
containing a reiserfs filesystem, create an ext3 filesystem inside a
sparse file, mount it and debootstrap an up-to-date Debian system. Use
this image as base for all UML guest images.
Also, drop support for the various consoles and use xterm
unconditionally.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
includes a lot of other modifications
|
|
- applied patch for charon
|